changeset 94915:39c862063355

(XGCValues): Surround `XFontStruct *font' by "if OLD_FONT" and "endif".
author Kenichi Handa <handa@m17n.org>
date Wed, 14 May 2008 01:03:39 +0000
parents 73c093f08fa0
children 283ee643ce8b
files src/w32gui.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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