Mercurial > hg > xemacs-beta
comparison lwlib/xlwtabsP.h @ 3397:6aa26bef0527
[xemacs-hg @ 2006-05-12 19:25:28 by stephent]
Stop trashing xftFont resources. <87mzdnxd1j.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Fri, 12 May 2006 19:25:29 +0000 |
parents | ad2f4ae9895b |
children | 382b11fa8866 |
comparison
equal
deleted
inserted
replaced
3396:af3bfea5c60e | 3397:6aa26bef0527 |
---|---|
72 /* New fields for the Tabs widget record */ | 72 /* New fields for the Tabs widget record */ |
73 typedef struct { | 73 typedef struct { |
74 /* resources */ | 74 /* resources */ |
75 XFontStruct *font ; | 75 XFontStruct *font ; |
76 #ifdef USE_XFT_TABS | 76 #ifdef USE_XFT_TABS |
77 String renderFontSpec; | 77 XftFont *renderFont; |
78 XftFont *renderFont; | 78 String fcFontName; |
79 #endif | 79 #endif |
80 Dimension internalHeight, internalWidth ; | 80 Dimension internalHeight, internalWidth ; |
81 Widget topWidget ; | 81 Widget topWidget ; |
82 XtCallbackList callbacks ; | 82 XtCallbackList callbacks ; |
83 XtCallbackList popdownCallbacks ; | 83 XtCallbackList popdownCallbacks ; |
120 | 120 |
121 | 121 |
122 | 122 |
123 /**************************************************************** | 123 /**************************************************************** |
124 * | 124 * |
125 * constraint record declaration | 125 * Constraint record declaration |
126 * | 126 * |
127 ****************************************************************/ | 127 ****************************************************************/ |
128 | 128 |
129 typedef struct _TabsConstraintsPart { | 129 typedef struct _TabsConstraintsPart { |
130 /* resources */ | 130 /* resources */ |