37#ifndef FIXX11H_Unsorted
38#define FIXX11H_Unsorted
39const int XUnsorted = Unsorted;
41const int Unsorted = XUnsorted;
51const XID XNone = None;
53const XID None = XNone;
76#ifndef FIXX11H_KeyPress
77#define FIXX11H_KeyPress
78const int XKeyPress = KeyPress;
80const int KeyPress = XKeyPress;
87#ifndef FIXX11H_KeyRelease
88#define FIXX11H_KeyRelease
89const int XKeyRelease = KeyRelease;
91const int KeyRelease = XKeyRelease;
100const int XAbove = Above;
102const int Above = XAbove;
111const int XBelow = Below;
113const int Below = XBelow;
120#ifndef FIXX11H_FocusIn
121#define FIXX11H_FocusIn
122const int XFocusIn = FocusIn;
124const int FocusIn = XFocusIn;
131#ifndef FIXX11H_FocusOut
132#define FIXX11H_FocusOut
133const int XFocusOut = FocusOut;
135const int FocusOut = XFocusOut;
142#ifndef FIXX11H_Always
143#define FIXX11H_Always
144const int XAlways = Always;
146const int Always = XAlways;
153#ifndef FIXX11H_Success
154#define FIXX11H_Success
155const int XSuccess = Success;
157const int Success = XSuccess;
164#ifndef FIXX11H_GrayScale
165#define FIXX11H_GrayScale
166const int XGrayScale = GrayScale;
168const int GrayScale = XGrayScale;
175#ifndef FIXX11H_Status
176#define FIXX11H_Status
177typedef Status XStatus;
179typedef XStatus Status;
186#ifndef FIXX11H_CursorShape
187#define FIXX11H_CursorShape
188const int XCursorShape = CursorShape;
190const int CursorShape = CursorShape;
201char* Xindex(
const char* s,
int c )
203 return index( s, c );
207char* index(
const char* s,
int c )
209 return Xindex( s, c );
218#ifndef FIXX11H_rindex
219#define FIXX11H_rindex
221char* Xrindex(
const char* s,
int c )
223 return rindex( s, c );
227char* rindex(
const char* s,
int c )
229 return Xrindex( s, c );