Mercurial > hg > xemacs-beta
comparison lwlib/xlwtabsP.h @ 3685:382b11fa8866
[xemacs-hg @ 2006-11-17 02:50:22 by stephent]
Fix breakage in xftFont resource for tabs and menubar.
<877ixuiy0n.fsf@uwakimon.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Fri, 17 Nov 2006 02:50:32 +0000 |
parents | 6aa26bef0527 |
children | a6c778975d7d |
comparison
equal
deleted
inserted
replaced
3684:80b10d0ec1e1 | 3685:382b11fa8866 |
---|---|
74 /* resources */ | 74 /* resources */ |
75 XFontStruct *font ; | 75 XFontStruct *font ; |
76 #ifdef USE_XFT_TABS | 76 #ifdef USE_XFT_TABS |
77 XftFont *renderFont; | 77 XftFont *renderFont; |
78 String fcFontName; | 78 String fcFontName; |
79 String xftFontName; | |
79 #endif | 80 #endif |
80 Dimension internalHeight, internalWidth ; | 81 Dimension internalHeight, internalWidth ; |
81 Widget topWidget ; | 82 Widget topWidget ; |
82 XtCallbackList callbacks ; | 83 XtCallbackList callbacks ; |
83 XtCallbackList popdownCallbacks ; | 84 XtCallbackList popdownCallbacks ; |