28 #include <QtCore/QtGlobal>
64 #ifndef FIXX11H_Unsorted
65 #define FIXX11H_Unsorted
66 const int XUnsorted = Unsorted;
68 const int Unsorted = XUnsorted;
78 const XID XNone = None;
80 const XID None = XNone;
99 #define _XTYPEDEF_BOOL
105 #ifndef FIXX11H_KeyPress
106 #define FIXX11H_KeyPress
107 const int XKeyPress = KeyPress;
109 const int KeyPress = XKeyPress;
116 #ifndef FIXX11H_KeyRelease
117 #define FIXX11H_KeyRelease
118 const int XKeyRelease = KeyRelease;
120 const int KeyRelease = XKeyRelease;
127 #ifndef FIXX11H_Above
128 #define FIXX11H_Above
129 const int XAbove = Above;
131 const int Above = XAbove;
138 #ifndef FIXX11H_Below
139 #define FIXX11H_Below
140 const int XBelow = Below;
142 const int Below = XBelow;
149 #ifndef FIXX11H_FocusIn
150 #define FIXX11H_FocusIn
151 const int XFocusIn = FocusIn;
153 const int FocusIn = XFocusIn;
160 #ifndef FIXX11H_FocusOut
161 #define FIXX11H_FocusOut
162 const int XFocusOut = FocusOut;
164 const int FocusOut = XFocusOut;
171 #ifndef FIXX11H_Always
172 #define FIXX11H_Always
173 const int XAlways = Always;
175 const int Always = XAlways;
182 #ifndef FIXX11H_Success
183 #define FIXX11H_Success
184 const int XSuccess = Success;
186 const int Success = XSuccess;
193 #ifndef FIXX11H_GrayScale
194 #define FIXX11H_GrayScale
195 const int XGrayScale = GrayScale;
197 const int GrayScale = XGrayScale;
204 #ifndef FIXX11H_Status
205 #define FIXX11H_Status
206 typedef Status XStatus;
208 typedef XStatus Status;
216 #ifndef FIXX11H_CursorShape
217 #define FIXX11H_CursorShape
218 const int XCursorShape = CursorShape;
220 const int CursorShape = XCursorShape;
229 #ifndef FIXX11H_FontChange
230 #define FIXX11H_FontChange
231 const int XFontChange = FontChange;
233 const int FontChange = XFontChange;
241 #ifndef FIXX11H_NormalState
242 #define FIXX11H_NormalState
243 const int XNormalState = NormalState;
245 const int NormalState = XNormalState;
253 #ifndef FIXX11H_index
254 #define FIXX11H_index
255 inline const char *Xindex(
const char *s,
int c)
260 inline const char *index(
const char *s,
int c)
271 #ifndef FIXX11H_rindex
272 #define FIXX11H_rindex
273 inline const char *Xrindex(
const char *s,
int c)
278 inline const char *rindex(
const char *s,
int c)
280 return Xrindex(s, c);