29 #include <QtCore/QtGlobal>
65 #ifndef FIXX11H_Unsorted
66 #define FIXX11H_Unsorted
67 const int XUnsorted = Unsorted;
69 const int Unsorted = XUnsorted;
79 const XID XNone = None;
81 const XID None = XNone;
100 #define _XTYPEDEF_BOOL
106 #ifndef FIXX11H_KeyPress
107 #define FIXX11H_KeyPress
108 const int XKeyPress = KeyPress;
110 const int KeyPress = XKeyPress;
117 #ifndef FIXX11H_KeyRelease
118 #define FIXX11H_KeyRelease
119 const int XKeyRelease = KeyRelease;
121 const int KeyRelease = XKeyRelease;
128 #ifndef FIXX11H_Above
129 #define FIXX11H_Above
130 const int XAbove = Above;
132 const int Above = XAbove;
139 #ifndef FIXX11H_Below
140 #define FIXX11H_Below
141 const int XBelow = Below;
143 const int Below = XBelow;
150 #ifndef FIXX11H_FocusIn
151 #define FIXX11H_FocusIn
152 const int XFocusIn = FocusIn;
154 const int FocusIn = XFocusIn;
161 #ifndef FIXX11H_FocusOut
162 #define FIXX11H_FocusOut
163 const int XFocusOut = FocusOut;
165 const int FocusOut = XFocusOut;
172 #ifndef FIXX11H_Always
173 #define FIXX11H_Always
174 const int XAlways = Always;
176 const int Always = XAlways;
183 #ifndef FIXX11H_Success
184 #define FIXX11H_Success
185 const int XSuccess = Success;
187 const int Success = XSuccess;
194 #ifndef FIXX11H_GrayScale
195 #define FIXX11H_GrayScale
196 const int XGrayScale = GrayScale;
198 const int GrayScale = XGrayScale;
205 #ifndef FIXX11H_Status
206 #define FIXX11H_Status
207 typedef Status XStatus;
209 typedef XStatus Status;
217 #ifndef FIXX11H_CursorShape
218 #define FIXX11H_CursorShape
219 const int XCursorShape = CursorShape;
221 const int CursorShape = XCursorShape;
230 #ifndef FIXX11H_FontChange
231 #define FIXX11H_FontChange
232 const int XFontChange = FontChange;
234 const int FontChange = XFontChange;
242 #ifndef FIXX11H_NormalState
243 #define FIXX11H_NormalState
244 const int XNormalState = NormalState;
246 const int NormalState = XNormalState;
254 #ifndef FIXX11H_index
255 #define FIXX11H_index
257 const char *Xindex(
const char *s,
int c )
259 return index( s, c );
263 const char *index(
const char *s,
int c )
265 return Xindex( s, c );
274 #ifndef FIXX11H_rindex
275 #define FIXX11H_rindex
277 const char *Xrindex(
const char *s,
int c )
279 return rindex( s, c );
283 const char *rindex(
const char *s,
int c )
285 return Xrindex( s, c );