# HG changeset patch # User Kenichi Handa # Date 1210727019 0 # Node ID 39c862063355946c846c35d65626513e4d7ea844 # Parent 73c093f08fa0bb8920750a4bdf137548d7213154 (XGCValues): Surround `XFontStruct *font' by "if OLD_FONT" and "endif". diff -r 73c093f08fa0 -r 39c862063355 src/w32gui.h --- a/src/w32gui.h Wed May 14 01:02:08 2008 +0000 +++ b/src/w32gui.h Wed May 14 01:03:39 2008 +0000 @@ -63,7 +63,10 @@ { COLORREF foreground; COLORREF background; +#if OLD_FONT XFontStruct * font; +#endif + struct font *font; } XGCValues; #define GCForeground 0x01