diff options
Diffstat (limited to 'src/w32gui.h')
-rw-r--r-- | src/w32gui.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/w32gui.h b/src/w32gui.h index b0faa3e597d..f0e07680475 100644 --- a/src/w32gui.h +++ b/src/w32gui.h @@ -63,7 +63,10 @@ typedef struct _XGCValues { COLORREF foreground; COLORREF background; +#if OLD_FONT XFontStruct * font; +#endif + struct font *font; } XGCValues; #define GCForeground 0x01 |