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