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