From bce485cc8e88195aed2650cb8e8d57d0081418c0 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 14 May 2008 01:03:39 +0000 Subject: [PATCH] (XGCValues): Surround `XFontStruct *font' by "if OLD_FONT" and "endif". --- src/w32gui.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2