diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1999-01-22 19:58:10 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1999-01-22 19:58:10 +0000 |
commit | 640ea3c512d35ac0b8533b2c127976426cfd9971 (patch) | |
tree | 84935fae6342aecbe5f9c1c9f8480419a04c57e7 /src/w32gui.h | |
parent | f0cd15b5cd2fe9454c1de4bfa9d5eebdf50dc363 (diff) |
Include w32bdf.h.
(W32FontStruct) Add bdf element.
Diffstat (limited to 'src/w32gui.h')
-rw-r--r-- | src/w32gui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32gui.h b/src/w32gui.h index 9cc6fe282b..43b427710c 100644 --- a/src/w32gui.h +++ b/src/w32gui.h @@ -22,10 +22,12 @@ Boston, MA 02111-1307, USA. */ #define __W32GUI_H__ #include <windows.h> +#include "w32bdf.h" typedef struct W32FontStruct { TEXTMETRIC tm; HFONT hfont; + bdffont *bdf; } W32FontStruct; typedef HBITMAP Pixmap; |