# HG changeset patch # User Geoff Voelker # Date 917035090 0 # Node ID 236627b268ccfe0d05499f5fa25e6b84f1635cc1 # Parent fb22a9461d000bb13dfbdf2e71bf2549c3949efa Include w32bdf.h. (W32FontStruct) Add bdf element. diff -r fb22a9461d00 -r 236627b268cc src/w32gui.h --- a/src/w32gui.h Fri Jan 22 19:58:01 1999 +0000 +++ b/src/w32gui.h Fri Jan 22 19:58:10 1999 +0000 @@ -22,10 +22,12 @@ #define __W32GUI_H__ #include +#include "w32bdf.h" typedef struct W32FontStruct { TEXTMETRIC tm; HFONT hfont; + bdffont *bdf; } W32FontStruct; typedef HBITMAP Pixmap;