Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
526 lines (521 loc) · 31.8 KB

SDL_x11sym.h

File metadata and controls

526 lines (521 loc) · 31.8 KB
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997-2004 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Sam Lantinga
slouken@libsdl.org
*/
May 28, 2006
May 28, 2006
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
SDL_X11_MODULE (BASEXLIB)
SDL_X11_SYM (XClassHint *, XAllocClassHint, (void), (), return)
SDL_X11_SYM (Status, XAllocColor, (Display * a, Colormap b, XColor * c),
(a, b, c), return) SDL_X11_SYM (XSizeHints *, XAllocSizeHints,
(void), (),
return) SDL_X11_SYM (XWMHints *,
XAllocWMHints,
(void), (),
return)
SDL_X11_SYM (int, XChangePointerControl,
(Display * a, Bool b, Bool c, int d, int e, int f), (a, b, c, d,
e, f),
return) SDL_X11_SYM (int, XChangeProperty, (Display * a,
Window b, Atom c,
Atom d, int e, int f,
_Xconst unsigned char
*g, int h), (a, b, c,
d, e, f,
g, h),
return) SDL_X11_SYM (int,
XChangeWindowAttributes,
(Display * a, Window b,
unsigned long c,
XSetWindowAttributes *
d), (a, b, c, d),
return)
SDL_X11_SYM (Bool, XCheckTypedEvent, (Display * a, int b, XEvent * c),
(a, b, c), return) SDL_X11_SYM (int, XClearWindow, (Display * a,
Window b),
(a, b), return) SDL_X11_SYM (int,
XCloseDisplay,
(Display
*
a),
(a),
return)
SDL_X11_SYM (Colormap, XCreateColormap,
(Display * a, Window b, Visual * c, int d), (a, b, c, d),
return) SDL_X11_SYM (Cursor, XCreatePixmapCursor, (Display * a,
Pixmap b,
Pixmap c,
XColor * d,
XColor * e,
unsigned int
f,
unsigned int
g), (a, b, c,
d, e, f,
g),
return) SDL_X11_SYM (GC, XCreateGC,
(Display * a,
Drawable b,
unsigned long c,
XGCValues * d), (a, b,
c,
d),
return)
SDL_X11_SYM (XImage *, XCreateImage,
(Display * a, Visual * b, unsigned int c, int d, int e, char *f,
unsigned int g, unsigned int h, int i, int j), (a, b, c, d, e,
f, g, h, i, j),
return) SDL_X11_SYM (Pixmap, XCreatePixmap, (Display * a,
Drawable b,
unsigned int c,
unsigned int d,
unsigned int e), (a,
b,
c,
d,
e),
return) SDL_X11_SYM (Pixmap,
XCreatePixmapFromBitmapData,
(Display * a,
Drawable b, char *c,
unsigned int d,
unsigned int e,
unsigned long f, unsigned long g, unsigned int h), (a, b, c, d, e, f, g, h), return)
SDL_X11_SYM (Window, XCreateSimpleWindow,
(Display * a, Window b, int c, int d, unsigned int e,
unsigned int f, unsigned int g, unsigned long h,
unsigned long i), (a, b, c, d, e, f, g, h, i),
return) SDL_X11_SYM (Window, XCreateWindow, (Display * a,
Window b, int c,
int d,
unsigned int e,
unsigned int f,
unsigned int g,
int h,
unsigned int i,
Visual * j,
unsigned long k,
XSetWindowAttributes
* l), (a, b, c, d,
e, f, g, h,
i, j, k, l),
return) SDL_X11_SYM (int, XDefineCursor, (Display * a, Window b, Cursor c), (a, b, c), return)
SDL_X11_SYM (int, XDeleteProperty, (Display * a, Window b, Atom c), (a, b, c),
return) SDL_X11_SYM (int, XDestroyWindow, (Display * a,
Window b), (a, b),
return) SDL_X11_SYM (char *, XDisplayName,
(_Xconst char *a), (a),
return)
SDL_X11_SYM (int, XEventsQueued, (Display * a, int b), (a, b),
return) SDL_X11_SYM (Bool, XFilterEvent, (XEvent * event,
Window w), (event, w),
return) SDL_X11_SYM (int, XFlush,
(Display * a), (a),
return)
SDL_X11_SYM (int, XFree, (void *a), (a), return) SDL_X11_SYM (int,
XFreeColormap,
(Display *
a,
Colormap
b), (a, b),
return)
SDL_X11_SYM (int, XFreeColors,
(Display * a, Colormap b, unsigned long *c, int d, unsigned long e),
(a, b, c, d, e), return) SDL_X11_SYM (int, XFreeCursor,
(Display * a, Cursor b),
(a, b), return)
SDL_X11_SYM (int, XFreeGC, (Display * a, GC b), (a, b),
return) SDL_X11_SYM (int, XFreeModifiermap,
(XModifierKeymap * a), (a),
return) SDL_X11_SYM (int, XFreePixmap,
(Display * a,
Pixmap b), (a, b),
return)
SDL_X11_SYM (int, XGetErrorDatabaseText,
(Display * a, _Xconst char *b, _Xconst char *c, _Xconst char *d,
char *e, int f), (a, b, c, d, e, f),
return) SDL_X11_SYM (XModifierKeymap *, XGetModifierMapping, (Display * a), (a), return) SDL_X11_SYM (int, XGetPointerControl,
(Display * a, int *b, int *c,
int *d), (a, b, c, d), return)
SDL_X11_SYM (int, XGetScreenSaver,
(Display * a, int *b, int *c, int *d, int *e), (a, b, c, d, e),
return) SDL_X11_SYM (XVisualInfo *, XGetVisualInfo, (Display * a,
long b,
XVisualInfo
* c,
int *d), (a,
b,
c,
d),
return) SDL_X11_SYM (XWMHints *,
XGetWMHints,
(Display * a,
Window b), (a, b),
return)
SDL_X11_SYM (Status, XGetWindowAttributes,
(Display * a, Window b, XWindowAttributes * c), (a, b, c),
return) SDL_X11_SYM (int, XGrabKeyboard, (Display * a, Window b,
Bool c, int d, int e,
Time f), (a, b, c, d,
e, f),
return) SDL_X11_SYM (int, XGrabPointer,
(Display * a, Window b,
Bool c,
unsigned int d, int e,
int f, Window g,
Cursor h, Time i), (a,
b,
c,
d,
e,
f,
g,
h,
i),
return)
SDL_X11_SYM (Status, XIconifyWindow, (Display * a, Window b, int c),
(a, b, c), return) SDL_X11_SYM (int, XInstallColormap,
(Display * a, Colormap b), (a,
b),
return) SDL_X11_SYM (KeyCode,
XKeysymToKeycode,
(Display *
a,
KeySym b),
(a, b),
return)
SDL_X11_SYM (Atom, XInternAtom, (Display * a, _Xconst char *b, Bool c),
(a, b, c), return) SDL_X11_SYM (XPixmapFormatValues *,
XListPixmapFormats, (Display * a,
int *b), (a,
b),
return) SDL_X11_SYM (int,
XLookupString,
(XKeyEvent *
a, char *b,
int c,
KeySym * d,
XComposeStatus
* e), (a,
b,
c,
d,
e),
return)
SDL_X11_SYM (int, XMapRaised, (Display * a, Window b), (a, b),
return) SDL_X11_SYM (int, XMapWindow, (Display * a, Window b),
(a, b), return) SDL_X11_SYM (int,
XMaskEvent,
(Display * a,
long b,
XEvent * c),
(a, b, c),
return)
SDL_X11_SYM (Status, XMatchVisualInfo,
(Display * a, int b, int c, int d, XVisualInfo * e), (a, b, c, d, e),
return) SDL_X11_SYM (int, XMissingExtension, (Display * a,
_Xconst char *b),
(a, b), return) SDL_X11_SYM (int,
XMoveResizeWindow,
(Display * a,
Window b,
int c, int d,
unsigned int
e,
unsigned int
f), (a, b, c,
d, e, f),
return)
SDL_X11_SYM (int, XMoveWindow, (Display * a, Window b, int c, int d),
(a, b, c, d), return) SDL_X11_SYM (int, XNextEvent, (Display * a,
XEvent * b),
(a, b),
return) SDL_X11_SYM (Display
*,
XOpenDisplay,
(_Xconst
char
*a),
(a),
return)
SDL_X11_SYM (int, XPeekEvent, (Display * a, XEvent * b), (a, b),
return) SDL_X11_SYM (int, XPending, (Display * a), (a),
return) SDL_X11_SYM (int, XPutImage,
(Display * a,
Drawable b, GC c,
XImage * d, int e,
int f, int g, int h,
unsigned int i,
unsigned int j), (a,
b,
c,
d,
e,
f,
g,
h,
i,
j),
return)
SDL_X11_SYM (int, XQueryColors, (Display * a, Colormap b, XColor * c, int d),
(a, b, c, d), return) SDL_X11_SYM (int, XQueryKeymap,
(Display * a, char *b), (a,
b),
return) SDL_X11_SYM (Bool,
XQueryPointer,
(Display
* a,
Window
b,
Window *
c,
Window *
d,
int *e,
int *f,
int *g,
int *h,
unsigned
int *i),
(a, b, c,
d, e, f,
g, h,
i),
return)
SDL_X11_SYM (int, XRaiseWindow, (Display * a, Window b), (a, b),
return) SDL_X11_SYM (int, XReparentWindow, (Display * a,
Window b, Window c,
int d, int e), (a, b,
c, d,
e),
return) SDL_X11_SYM (int, XResizeWindow,
(Display * a, Window b,
unsigned int c,
unsigned int d), (a,
b,
c,
d),
return)
SDL_X11_SYM (int, XSelectInput, (Display * a, Window b, long c), (a, b, c),
return) SDL_X11_SYM (Status, XSendEvent, (Display * a, Window b,
Bool c, long d,
XEvent * e), (a, b, c,
d, e),
return) SDL_X11_SYM (int, XSetClassHint,
(Display * a, Window b,
XClassHint * c), (a,
b,
c),
return)
SDL_X11_SYM (XErrorHandler, XSetErrorHandler, (XErrorHandler a), (a),
return) SDL_X11_SYM (XIOErrorHandler, XSetIOErrorHandler,
(XIOErrorHandler a), (a),
return) SDL_X11_SYM (int, XSetScreenSaver,
(Display * a, int b,
int c, int d, int e),
(a, b, c, d, e),
return)
SDL_X11_SYM (int, XSetTransientForHint, (Display * a, Window b, Window c),
(a, b, c), return) SDL_X11_SYM (int, XSetWMHints, (Display * a,
Window b,
XWMHints * c),
(a, b, c),
return) SDL_X11_SYM (void,
XSetTextProperty,
(Display *
a,
Window b,
XTextProperty
* c,
Atom d),
(a, b, c,
d),)
SDL_X11_SYM (void, XSetWMNormalHints, (Display * a, Window b, XSizeHints * c),
(a, b, c),)
SDL_X11_SYM (Status, XSetWMProtocols,
(Display * a, Window b, Atom * c, int d), (a, b, c, d), return)
SDL_X11_SYM (int, XSetWindowBackground,
(Display * a, Window b, unsigned long c), (a, b, c), return)
SDL_X11_SYM (int, XSetWindowBackgroundPixmap,
(Display * a, Window b, Pixmap c), (a, b, c), return)
SDL_X11_SYM (int, XSetWindowColormap, (Display * a, Window b, Colormap c),
(a, b, c), return)
SDL_X11_SYM (int, XStoreColors, (Display * a, Colormap b, XColor * c, int d),
(a, b, c, d), return)
SDL_X11_SYM (Status, XStringListToTextProperty,
(char **a, int b, XTextProperty * c), (a, b, c), return)
SDL_X11_SYM (int, XSync, (Display * a, Bool b), (a, b), return)
SDL_X11_SYM (int, XUngrabKeyboard, (Display * a, Time b), (a, b), return)
SDL_X11_SYM (int, XUngrabPointer, (Display * a, Time b), (a, b), return)
SDL_X11_SYM (int, XUnmapWindow, (Display * a, Window b), (a, b), return)
SDL_X11_SYM (int, XWarpPointer,
(Display * a, Window b, Window c, int d, int e, unsigned int f,
unsigned int g, int h, int i), (a, b, c, d, e, f, g, h, i),
return)
SDL_X11_SYM (VisualID, XVisualIDFromVisual, (Visual * a), (a), return)
SDL_X11_SYM (XExtDisplayInfo *, XextAddDisplay,
(XExtensionInfo * a, Display * b, char *c, XExtensionHooks * d,
int e, XPointer f), (a, b, c, d, e, f), return)
SDL_X11_SYM (XExtensionInfo *, XextCreateExtension, (void), (), return)
SDL_X11_SYM (void, XextDestroyExtension, (XExtensionInfo * a), (a),)
SDL_X11_SYM (XExtDisplayInfo *, XextFindDisplay,
(XExtensionInfo * a, Display * b), (a, b), return)
SDL_X11_SYM (int, XextRemoveDisplay, (XExtensionInfo * a, Display * b),
(a, b), return)
SDL_X11_SYM (Bool, XQueryExtension,
(Display * a, _Xconst char *b, int *c, int *d, int *e), (a, b, c,
d, e),
return)
SDL_X11_SYM (char *, XDisplayString, (Display * a), (a), return)
SDL_X11_SYM (int, XGetErrorText, (Display * a, int b, char *c, int d),
(a, b, c, d), return)
SDL_X11_SYM (void, _XEatData, (Display * a, unsigned long b), (a, b),)
SDL_X11_SYM (void, _XFlush, (Display * a), (a),)
SDL_X11_SYM (void, _XFlushGCCache, (Display * a, GC b), (a, b),)
SDL_X11_SYM (int, _XRead, (Display * a, char *b, long c), (a, b, c), return)
SDL_X11_SYM (void, _XReadPad, (Display * a, char *b, long c), (a, b, c),)
SDL_X11_SYM (void, _XSend, (Display * a, _Xconst char *b, long c), (a, b, c),)
SDL_X11_SYM (Status, _XReply, (Display * a, xReply * b, int c, Bool d),
(a, b, c, d), return)
SDL_X11_SYM (unsigned long, _XSetLastRequestRead,
(Display * a, xGenericReply * b), (a, b), return)
SDL_X11_SYM (SDL_X11_XSynchronizeRetType, XSynchronize, (Display * a, Bool b),
(a, b), return)
SDL_X11_SYM (SDL_X11_XESetWireToEventRetType, XESetWireToEvent,
(Display * a, int b, SDL_X11_XESetWireToEventRetType c), (a, b,
c),
return)
SDL_X11_SYM (SDL_X11_XESetEventToWireRetType, XESetEventToWire,
(Display * a, int b, SDL_X11_XESetEventToWireRetType c), (a, b,
c),
return)
SDL_X11_SYM (XExtensionErrorHandler, XSetExtensionErrorHandler,
(XExtensionErrorHandler a), (a), return)
Mar 22, 2006
Mar 22, 2006
410
#if NeedWidePrototypes
May 28, 2006
May 28, 2006
411
412
SDL_X11_SYM (KeySym, XKeycodeToKeysym, (Display * a, unsigned int b, int c),
(a, b, c), return)
Mar 22, 2006
Mar 22, 2006
413
#else
May 28, 2006
May 28, 2006
414
415
SDL_X11_SYM (KeySym, XKeycodeToKeysym, (Display * a, KeyCode b, int c),
(a, b, c), return)
Nov 6, 2005
Nov 6, 2005
416
#endif
Mar 22, 2006
Mar 22, 2006
417
#ifdef X_HAVE_UTF8_STRING
May 28, 2006
May 28, 2006
418
419
420
421
422
423
424
SDL_X11_MODULE (UTF8)
SDL_X11_SYM (int, Xutf8TextListToTextProperty,
(Display * a, char **b, int c, XICCEncodingStyle d,
XTextProperty * e), (a, b, c, d, e), return)
SDL_X11_SYM (int, Xutf8LookupString,
(XIC a, XKeyPressedEvent * b, char *c, int d, KeySym * e,
Status * f), (a, b, c, d, e, f), return)
Mar 22, 2006
Mar 22, 2006
425
/*SDL_X11_SYM(XIC,XCreateIC,(XIM, ...),return) !!! ARGH! */
May 28, 2006
May 28, 2006
426
427
428
429
430
431
432
SDL_X11_SYM (void, XDestroyIC, (XIC a), (a),)
SDL_X11_SYM (void, XSetICFocus, (XIC a), (a),)
SDL_X11_SYM (void, XUnsetICFocus, (XIC a), (a),)
SDL_X11_SYM (XIM, XOpenIM,
(Display * a, struct _XrmHashBucketRec * b, char *c, char *d),
(a, b, c, d), return)
SDL_X11_SYM (Status, XCloseIM, (XIM a), (a), return)
Jan 13, 2006
Jan 13, 2006
433
#endif
Mar 22, 2006
Mar 22, 2006
434
#ifndef NO_SHARED_MEMORY
May 28, 2006
May 28, 2006
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
SDL_X11_MODULE (SHM)
SDL_X11_SYM (Status, XShmAttach, (Display * a, XShmSegmentInfo * b), (a, b),
return)
SDL_X11_SYM (Status, XShmDetach, (Display * a, XShmSegmentInfo * b), (a, b),
return)
SDL_X11_SYM (Status, XShmPutImage,
(Display * a, Drawable b, GC c, XImage * d, int e, int f, int g,
int h, unsigned int i, unsigned int j, Bool k), (a, b, c, d, e,
f, g, h, i, j,
k), return)
SDL_X11_SYM (XImage *, XShmCreateImage,
(Display * a, Visual * b, unsigned int c, int d, char *e,
XShmSegmentInfo * f, unsigned int g, unsigned int h), (a, b, c,
d, e, f,
g, h),
return)
SDL_X11_SYM (Bool, XShmQueryExtension, (Display * a), (a), return)
Jan 30, 2006
Jan 30, 2006
452
#endif
Mar 22, 2006
Mar 22, 2006
453
454
455
456
/*
* Not required...these only exist in code in headers on some 64-bit platforms,
* and are removed via macros elsewhere, so it's safe for them to be missing.
*/
Mar 22, 2006
Mar 22, 2006
457
#ifdef LONG64
May 28, 2006
May 28, 2006
458
459
460
461
462
463
464
SDL_X11_MODULE (IO_32BIT)
SDL_X11_SYM (int, _XData32,
(Display * dpy, register long *data, unsigned len), (dpy, data,
len),
return)
SDL_X11_SYM (void, _XRead32, (Display * dpy, register long *data, long len),
(dpy, data, len),)
Mar 22, 2006
Mar 22, 2006
465
#endif
Mar 22, 2006
Mar 22, 2006
466
467
468
469
/*
* These only show up on some variants of Unix.
*/
#if defined(__osf__)
May 28, 2006
May 28, 2006
470
471
472
473
474
475
476
477
478
SDL_X11_MODULE (OSF_ENTRY_POINTS)
SDL_X11_SYM (void, _SmtBufferOverflow,
(Display * dpy, register smtDisplayPtr p), (dpy, p),)
SDL_X11_SYM (void, _SmtIpError,
(Display * dpy, register smtDisplayPtr p, int i), (dpy, p, i),)
SDL_X11_SYM (int, ipAllocateData, (ChannelPtr a, IPCard b, IPDataPtr * c),
(a, b, c), return)
SDL_X11_SYM (int, ipUnallocateAndSendData, (ChannelPtr a, IPCard b), (a, b),
return)
Mar 22, 2006
Mar 22, 2006
480
481
/* Xrandr support. */
#if SDL_VIDEO_DRIVER_X11_XRANDR
May 28, 2006
May 28, 2006
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
SDL_X11_MODULE (XRANDR)
SDL_X11_SYM (Status, XRRQueryVersion,
(Display * dpy, int *major_versionp, int *minor_versionp), (dpy,
major_versionp,
minor_versionp),
return)
SDL_X11_SYM (XRRScreenConfiguration *, XRRGetScreenInfo,
(Display * dpy, Drawable draw), (dpy, draw), return)
SDL_X11_SYM (SizeID, XRRConfigCurrentConfiguration,
(XRRScreenConfiguration * config, Rotation * rotation), (config,
rotation),
return)
SDL_X11_SYM (XRRScreenSize *, XRRConfigSizes,
(XRRScreenConfiguration * config, int *nsizes), (config, nsizes),
return)
SDL_X11_SYM (short *, XRRConfigRates,
(XRRScreenConfiguration * config, int sizeID, int *nrates),
(config, sizeID, nrates), return)
SDL_X11_SYM (Status, XRRSetScreenConfig,
(Display * dpy, XRRScreenConfiguration * config, Drawable draw,
int size_index, Rotation rotation, Time timestamp), (dpy,
config,
draw,
size_index,
rotation,
timestamp),
return)
SDL_X11_SYM (void, XRRFreeScreenConfigInfo, (XRRScreenConfiguration * config),
(config),)
Mar 22, 2006
Mar 22, 2006
511
#endif
May 17, 2006
May 17, 2006
512
513
/* DPMS support */
#if SDL_VIDEO_DRIVER_X11_DPMS
May 28, 2006
May 28, 2006
514
515
516
517
518
519
520
521
522
523
SDL_X11_MODULE (DPMS)
SDL_X11_SYM (Status, DPMSQueryExtension,
(Display * dpy, int *major_versionp, int *minor_versionp), (dpy,
major_versionp,
minor_versionp),
return)
SDL_X11_SYM (Status, DPMSInfo, (Display * dpy, CARD16 * state, BOOL * onoff),
(dpy, state, onoff), return)
SDL_X11_SYM (Status, DPMSEnable, (Display * dpy), (dpy), return)
SDL_X11_SYM (Status, DPMSDisable, (Display * dpy), (dpy), return)
May 17, 2006
May 17, 2006
524
#endif
525
/* end of SDL_x11sym.h ... */
May 28, 2006
May 28, 2006
526
/* vi: set ts=4 sw=4 expandtab: */