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