diff options
Diffstat (limited to 'src')
| -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 | |||
| 63 | { | 63 | { |
| 64 | COLORREF foreground; | 64 | COLORREF foreground; |
| 65 | COLORREF background; | 65 | COLORREF background; |
| 66 | #if OLD_FONT | ||
| 66 | XFontStruct * font; | 67 | XFontStruct * font; |
| 68 | #endif | ||
| 69 | struct font *font; | ||
| 67 | } XGCValues; | 70 | } XGCValues; |
| 68 | 71 | ||
| 69 | #define GCForeground 0x01 | 72 | #define GCForeground 0x01 |