emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32gui.h,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/w32gui.h,v
Date: Wed, 14 May 2008 01:03:41 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/05/14 01:03:39

Index: w32gui.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/w32gui.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- w32gui.h    8 Jan 2008 20:44:24 -0000       1.28
+++ w32gui.h    14 May 2008 01:03:39 -0000      1.29
@@ -63,7 +63,10 @@
 {
   COLORREF foreground;
   COLORREF background;
+#if OLD_FONT
   XFontStruct * font;
+#endif
+  struct font *font;
 } XGCValues;
 
 #define GCForeground 0x01




reply via email to

[Prev in Thread] Current Thread [Next in Thread]