diff options
| author | Kenichi Handa | 2008-05-14 01:03:39 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-05-14 01:03:39 +0000 |
| commit | bce485cc8e88195aed2650cb8e8d57d0081418c0 (patch) | |
| tree | 1bbddf958dc6ce63cd420db3ca628f4d0e7dd1bf /src | |
| parent | 5f18d119cea1d372871ad74af985bff15a1bd4ba (diff) | |
| download | emacs-bce485cc8e88195aed2650cb8e8d57d0081418c0.tar.gz emacs-bce485cc8e88195aed2650cb8e8d57d0081418c0.zip | |
(XGCValues): Surround `XFontStruct *font' by "if
OLD_FONT" and "endif".
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32gui.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
| 63 | { | 63 | { |
| 64 | COLORREF foreground; | 64 | COLORREF foreground; |
| 65 | COLORREF background; | 65 | COLORREF background; |
| 66 | #if OLD_FONT | ||
| 66 | XFontStruct * font; | 67 | XFontStruct * font; |
| 68 | #endif | ||
| 69 | struct font *font; | ||
| 67 | } XGCValues; | 70 | } XGCValues; |
| 68 | 71 | ||
| 69 | #define GCForeground 0x01 | 72 | #define GCForeground 0x01 |