comparison lwlib/xlwmenuP.h @ 136:b980b6286996 r20-2b2

Import from CVS: tag r20-2b2
author cvs
date Mon, 13 Aug 2007 09:31:12 +0200
parents 376386a54a3c
children e45d5e7c476e
comparison
equal deleted inserted replaced
135:4636a6841cd6 136:b980b6286996
26 XmFontList font_list; 26 XmFontList font_list;
27 XmFontList font_list_2; 27 XmFontList font_list_2;
28 XmFontList fallback_font_list; 28 XmFontList fallback_font_list;
29 #else 29 #else
30 XFontStruct * font; 30 XFontStruct * font;
31 # ifdef USE_XFONTSET
32 XFontSet font_set;
33 # endif
31 #endif 34 #endif
32 Dimension font_ascent, font_descent; /* extracted from font/fontlist */ 35 Dimension font_ascent, font_descent; /* extracted from font/fontlist */
33 36
34 Pixel foreground; 37 Pixel foreground;
35 Pixel button_foreground; 38 Pixel button_foreground;