From: Kenichi Handa Date: Wed, 14 May 2008 01:03:39 +0000 (+0000) Subject: (XGCValues): Surround `XFontStruct *font' by "if X-Git-Tag: emacs-pretest-23.0.90~5583 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bce485cc8e88195aed2650cb8e8d57d0081418c0;p=emacs.git (XGCValues): Surround `XFontStruct *font' by "if OLD_FONT" and "endif". --- 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