comparison lwlib/xlwtabsP.h @ 4969:cbe181529c34

Automatic merge
author Ben Wing <ben@xemacs.org>
date Wed, 03 Feb 2010 21:46:21 -0600
parents a6c778975d7d
children 308d34e9f07d
comparison
equal deleted inserted replaced
4968:4d35e52790f8 4969:cbe181529c34
39 #include <Xm/XmP.h> 39 #include <Xm/XmP.h>
40 #include <Xm/ManagerP.h> 40 #include <Xm/ManagerP.h>
41 #endif 41 #endif
42 42
43 #include "xlwtabs.h" 43 #include "xlwtabs.h"
44 #ifdef USE_XFT_TABS 44 #ifdef HAVE_XFT_TABS
45 #include <X11/Xft/Xft.h> 45 #include <X11/Xft/Xft.h>
46 #endif 46 #endif
47 47
48 /* New fields for the Tabs widget class record */ 48 /* New fields for the Tabs widget class record */
49 typedef struct {XtPointer extension;} TabsClassPart; 49 typedef struct {XtPointer extension;} TabsClassPart;
71 71
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 HAVE_XFT_TABS
77 XftFont *renderFont; 77 XftFont *renderFont;
78 String fcFontName; 78 String fcFontName;
79 String xftFontName; 79 String xftFontName;
80 #endif 80 #endif
81 Dimension internalHeight, internalWidth ; 81 Dimension internalHeight, internalWidth ;