aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32gui.h b/src/w32gui.h
index 9cc6fe282bb..43b427710c6 100644
--- a/src/w32gui.h
+++ b/src/w32gui.h
@@ -22,10 +22,12 @@ Boston, MA 02111-1307, USA. */
22#define __W32GUI_H__ 22#define __W32GUI_H__
23 23
24#include <windows.h> 24#include <windows.h>
25#include "w32bdf.h"
25 26
26typedef struct W32FontStruct { 27typedef struct W32FontStruct {
27 TEXTMETRIC tm; 28 TEXTMETRIC tm;
28 HFONT hfont; 29 HFONT hfont;
30 bdffont *bdf;
29} W32FontStruct; 31} W32FontStruct;
30 32
31typedef HBITMAP Pixmap; 33typedef HBITMAP Pixmap;