diff options
author | Kenichi Handa <handa@m17n.org> | 2008-05-14 01:03:39 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2008-05-14 01:03:39 +0000 |
commit | bce485cc8e88195aed2650cb8e8d57d0081418c0 (patch) | |
tree | 1bbddf958dc6ce63cd420db3ca628f4d0e7dd1bf /src | |
parent | 5f18d119cea1d372871ad74af985bff15a1bd4ba (diff) | |
download | emacs-bce485cc8e88195aed2650cb8e8d57d0081418c0.tar.gz |
(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 { COLORREF foreground; COLORREF background; +#if OLD_FONT XFontStruct * font; +#endif + struct font *font; } XGCValues; #define GCForeground 0x01 |