Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11sym.h @ 1575:3ba88cb7eb1b
Updated dynamic X11 code. See details in Bugzilla #170.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 22 Mar 2006 05:00:59 +0000 |
parents | b46bb79cc197 |
children | 4d1d3d5393b1 |
comparison
equal
deleted
inserted
replaced
1574:0fd72308659e | 1575:3ba88cb7eb1b |
---|---|
18 | 18 |
19 Sam Lantinga | 19 Sam Lantinga |
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 | 22 |
23 SDL_X11_SYM(1,XClassHint*,XAllocClassHint,(void)) | 23 SDL_X11_MODULE(BASEXLIB) |
24 SDL_X11_SYM(1,Status,XAllocColor,(Display*,Colormap,XColor*)) | 24 SDL_X11_SYM(XClassHint*,XAllocClassHint,(void),(),return) |
25 SDL_X11_SYM(1,XSizeHints*,XAllocSizeHints,(void)) | 25 SDL_X11_SYM(Status,XAllocColor,(Display* a,Colormap b,XColor* c),(a,b,c),return) |
26 SDL_X11_SYM(1,XWMHints*,XAllocWMHints,(void)) | 26 SDL_X11_SYM(XSizeHints*,XAllocSizeHints,(void),(),return) |
27 SDL_X11_SYM(1,int,XChangePointerControl,(Display*,Bool,Bool,int,int,int)) | 27 SDL_X11_SYM(XWMHints*,XAllocWMHints,(void),(),return) |
28 SDL_X11_SYM(1,int,XChangeProperty,(Display*,Window,Atom,Atom,int,int,_Xconst unsigned char*,int)) | 28 SDL_X11_SYM(int,XChangePointerControl,(Display* a,Bool b,Bool c,int d,int e,int f),(a,b,c,d,e,f),return) |
29 SDL_X11_SYM(1,int,XChangeWindowAttributes,(Display*,Window,unsigned long,XSetWindowAttributes*)) | 29 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) |
30 SDL_X11_SYM(1,Bool,XCheckTypedEvent,(Display*,int,XEvent*)) | 30 SDL_X11_SYM(int,XChangeWindowAttributes,(Display* a,Window b,unsigned long c,XSetWindowAttributes* d),(a,b,c,d),return) |
31 SDL_X11_SYM(1,int,XClearWindow,(Display*,Window)) | 31 SDL_X11_SYM(Bool,XCheckTypedEvent,(Display* a,int b,XEvent* c),(a,b,c),return) |
32 SDL_X11_SYM(1,int,XCloseDisplay,(Display*)) | 32 SDL_X11_SYM(int,XClearWindow,(Display* a,Window b),(a,b),return) |
33 SDL_X11_SYM(1,Colormap,XCreateColormap,(Display*,Window,Visual*,int)) | 33 SDL_X11_SYM(int,XCloseDisplay,(Display* a),(a),return) |
34 SDL_X11_SYM(1,Cursor,XCreatePixmapCursor,(Display*,Pixmap,Pixmap,XColor*,XColor*,unsigned int,unsigned int)) | 34 SDL_X11_SYM(Colormap,XCreateColormap,(Display* a,Window b,Visual* c,int d),(a,b,c,d),return) |
35 SDL_X11_SYM(1,GC,XCreateGC,(Display*,Drawable,unsigned long,XGCValues*)) | 35 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) |
36 SDL_X11_SYM(1,XImage*,XCreateImage,(Display*,Visual*,unsigned int,int,int,char*,unsigned int,unsigned int,int,int)) | 36 SDL_X11_SYM(GC,XCreateGC,(Display* a,Drawable b,unsigned long c,XGCValues* d),(a,b,c,d),return) |
37 SDL_X11_SYM(1,Pixmap,XCreatePixmap,(Display*,Drawable,unsigned int,unsigned int,unsigned int)) | 37 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) |
38 SDL_X11_SYM(1,Pixmap,XCreatePixmapFromBitmapData,(Display*,Drawable,char*,unsigned int,unsigned int,unsigned long,unsigned long,unsigned int)) | 38 SDL_X11_SYM(Pixmap,XCreatePixmap,(Display* a,Drawable b,unsigned int c,unsigned int d,unsigned int e),(a,b,c,d,e),return) |
39 SDL_X11_SYM(1,Window,XCreateSimpleWindow,(Display*,Window,int,int,unsigned int,unsigned int,unsigned int,unsigned long,unsigned long)) | 39 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) |
40 SDL_X11_SYM(1,Window,XCreateWindow,(Display*,Window,int,int,unsigned int,unsigned int,unsigned int,int,unsigned int,Visual*,unsigned long,XSetWindowAttributes*)) | 40 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) |
41 SDL_X11_SYM(1,int,XDefineCursor,(Display*,Window,Cursor)) | 41 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) |
42 SDL_X11_SYM(1,int,XDeleteProperty,(Display*,Window,Atom)) | 42 SDL_X11_SYM(int,XDefineCursor,(Display* a,Window b,Cursor c),(a,b,c),return) |
43 SDL_X11_SYM(1,int,XDestroyWindow,(Display*,Window)) | 43 SDL_X11_SYM(int,XDeleteProperty,(Display* a,Window b,Atom c),(a,b,c),return) |
44 SDL_X11_SYM(1,char*,XDisplayName,(_Xconst char*)) | 44 SDL_X11_SYM(int,XDestroyWindow,(Display* a,Window b),(a,b),return) |
45 SDL_X11_SYM(1,int,XEventsQueued,(Display*,int)) | 45 SDL_X11_SYM(char*,XDisplayName,(_Xconst char* a),(a),return) |
46 SDL_X11_SYM(1,Bool,XFilterEvent,(XEvent *event, Window w)) | 46 SDL_X11_SYM(int,XEventsQueued,(Display* a,int b),(a,b),return) |
47 SDL_X11_SYM(1,int,XFlush,(Display*)) | 47 SDL_X11_SYM(Bool,XFilterEvent,(XEvent *event, Window w),(event,w),return) |
48 SDL_X11_SYM(1,int,XFree,(void*)) | 48 SDL_X11_SYM(int,XFlush,(Display* a),(a),return) |
49 SDL_X11_SYM(1,int,XFreeColormap,(Display*,Colormap)) | 49 SDL_X11_SYM(int,XFree,(void*a),(a),return) |
50 SDL_X11_SYM(1,int,XFreeColors,(Display*,Colormap,unsigned long*,int,unsigned long)) | 50 SDL_X11_SYM(int,XFreeColormap,(Display* a,Colormap b),(a,b),return) |
51 SDL_X11_SYM(1,int,XFreeCursor,(Display*,Cursor)) | 51 SDL_X11_SYM(int,XFreeColors,(Display* a,Colormap b,unsigned long* c,int d,unsigned long e),(a,b,c,d,e),return) |
52 SDL_X11_SYM(1,int,XFreeGC,(Display*,GC)) | 52 SDL_X11_SYM(int,XFreeCursor,(Display* a,Cursor b),(a,b),return) |
53 SDL_X11_SYM(1,int,XFreeModifiermap,(XModifierKeymap*)) | 53 SDL_X11_SYM(int,XFreeGC,(Display* a,GC b),(a,b),return) |
54 SDL_X11_SYM(1,int,XFreePixmap,(Display*,Pixmap)) | 54 SDL_X11_SYM(int,XFreeModifiermap,(XModifierKeymap* a),(a),return) |
55 SDL_X11_SYM(1,int,XGetErrorDatabaseText,(Display*,_Xconst char*,_Xconst char*,_Xconst char*,char*,int)) | 55 SDL_X11_SYM(int,XFreePixmap,(Display* a,Pixmap b),(a,b),return) |
56 SDL_X11_SYM(1,XModifierKeymap*,XGetModifierMapping,(Display*)) | 56 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) |
57 SDL_X11_SYM(1,int,XGetPointerControl,(Display*,int*,int*,int*)) | 57 SDL_X11_SYM(XModifierKeymap*,XGetModifierMapping,(Display* a),(a),return) |
58 SDL_X11_SYM(1,XVisualInfo*,XGetVisualInfo,(Display*,long,XVisualInfo*,int*)) | 58 SDL_X11_SYM(int,XGetPointerControl,(Display* a,int* b,int* c,int* d),(a,b,c,d),return) |
59 SDL_X11_SYM(1,XWMHints*,XGetWMHints,(Display*,Window)) | 59 SDL_X11_SYM(XVisualInfo*,XGetVisualInfo,(Display* a,long b,XVisualInfo* c,int* d),(a,b,c,d),return) |
60 SDL_X11_SYM(1,Status,XGetTextProperty,(Display*,Window,XTextProperty*,Atom)) | 60 SDL_X11_SYM(XWMHints*,XGetWMHints,(Display* a,Window b),(a,b),return) |
61 SDL_X11_SYM(1,Status,XGetWindowAttributes,(Display*,Window,XWindowAttributes*)) | 61 SDL_X11_SYM(Status,XGetTextProperty,(Display* a,Window b,XTextProperty* c,Atom d),(a,b,c,d),return) |
62 SDL_X11_SYM(1,int,XGrabKeyboard,(Display*,Window,Bool,int,int,Time)) | 62 SDL_X11_SYM(Status,XGetWindowAttributes,(Display* a,Window b,XWindowAttributes* c),(a,b,c),return) |
63 SDL_X11_SYM(1,int,XGrabPointer,(Display*,Window,Bool,unsigned int,int,int,Window,Cursor,Time)) | 63 SDL_X11_SYM(int,XGrabKeyboard,(Display* a,Window b,Bool c,int d,int e,Time f),(a,b,c,d,e,f),return) |
64 SDL_X11_SYM(1,Status,XIconifyWindow,(Display*,Window,int)) | 64 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) |
65 SDL_X11_SYM(1,int,XInstallColormap,(Display*,Colormap)) | 65 SDL_X11_SYM(Status,XIconifyWindow,(Display* a,Window b,int c),(a,b,c),return) |
66 SDL_X11_SYM(1,KeyCode,XKeysymToKeycode,(Display*,KeySym)) | 66 SDL_X11_SYM(int,XInstallColormap,(Display* a,Colormap b),(a,b),return) |
67 SDL_X11_SYM(1,Atom,XInternAtom,(Display*,_Xconst char*,Bool)) | 67 SDL_X11_SYM(KeyCode,XKeysymToKeycode,(Display* a,KeySym b),(a,b),return) |
68 SDL_X11_SYM(1,XPixmapFormatValues*,XListPixmapFormats,(Display*,int*)) | 68 SDL_X11_SYM(Atom,XInternAtom,(Display* a,_Xconst char* b,Bool c),(a,b,c),return) |
69 SDL_X11_SYM(1,int,XLookupString,(XKeyEvent*,char*,int,KeySym*,XComposeStatus*)) | 69 SDL_X11_SYM(XPixmapFormatValues*,XListPixmapFormats,(Display* a,int* b),(a,b),return) |
70 SDL_X11_SYM(1,int,XMapRaised,(Display*,Window)) | 70 SDL_X11_SYM(int,XLookupString,(XKeyEvent* a,char* b,int c,KeySym* d,XComposeStatus* e),(a,b,c,d,e),return) |
71 SDL_X11_SYM(1,int,XMapWindow,(Display*,Window)) | 71 SDL_X11_SYM(int,XMapRaised,(Display* a,Window b),(a,b),return) |
72 SDL_X11_SYM(1,int,XMaskEvent,(Display*,long,XEvent*)) | 72 SDL_X11_SYM(int,XMapWindow,(Display* a,Window b),(a,b),return) |
73 SDL_X11_SYM(1,Status,XMatchVisualInfo,(Display*,int,int,int,XVisualInfo*)) | 73 SDL_X11_SYM(int,XMaskEvent,(Display* a,long b,XEvent* c),(a,b,c),return) |
74 SDL_X11_SYM(1,int,XMissingExtension,(Display*,_Xconst char*)) | 74 SDL_X11_SYM(Status,XMatchVisualInfo,(Display* a,int b,int c,int d,XVisualInfo* e),(a,b,c,d,e),return) |
75 SDL_X11_SYM(1,int,XMoveResizeWindow,(Display*,Window,int,int,unsigned int,unsigned int)) | 75 SDL_X11_SYM(int,XMissingExtension,(Display* a,_Xconst char* b),(a,b),return) |
76 SDL_X11_SYM(1,int,XMoveWindow,(Display*,Window,int,int)) | 76 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) |
77 SDL_X11_SYM(1,int,XNextEvent,(Display*,XEvent*)) | 77 SDL_X11_SYM(int,XMoveWindow,(Display* a,Window b,int c,int d),(a,b,c,d),return) |
78 SDL_X11_SYM(1,Display*,XOpenDisplay,(_Xconst char*)) | 78 SDL_X11_SYM(int,XNextEvent,(Display* a,XEvent* b),(a,b),return) |
79 SDL_X11_SYM(1,int,XPeekEvent,(Display*,XEvent*)) | 79 SDL_X11_SYM(Display*,XOpenDisplay,(_Xconst char* a),(a),return) |
80 SDL_X11_SYM(1,int,XPending,(Display*)) | 80 SDL_X11_SYM(int,XPeekEvent,(Display* a,XEvent* b),(a,b),return) |
81 SDL_X11_SYM(1,int,XPutImage,(Display*,Drawable,GC,XImage*,int,int,int,int,unsigned int,unsigned int)) | 81 SDL_X11_SYM(int,XPending,(Display* a),(a),return) |
82 SDL_X11_SYM(1,int,XQueryColors,(Display*,Colormap,XColor*,int)) | 82 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) |
83 SDL_X11_SYM(1,int,XQueryKeymap,(Display*,char [32])) | 83 SDL_X11_SYM(int,XQueryColors,(Display* a,Colormap b,XColor* c,int d),(a,b,c,d),return) |
84 SDL_X11_SYM(1,Bool,XQueryPointer,(Display*,Window,Window*,Window*,int*,int*,int*,int*,unsigned int*)) | 84 SDL_X11_SYM(int,XQueryKeymap,(Display* a,char *b),(a,b),return) |
85 SDL_X11_SYM(1,int,XRaiseWindow,(Display*,Window)) | 85 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) |
86 SDL_X11_SYM(1,int,XReparentWindow,(Display*,Window,Window,int,int)) | 86 SDL_X11_SYM(int,XRaiseWindow,(Display* a,Window b),(a,b),return) |
87 SDL_X11_SYM(1,int,XResizeWindow,(Display*,Window,unsigned int,unsigned int)) | 87 SDL_X11_SYM(int,XReparentWindow,(Display* a,Window b,Window c,int d,int e),(a,b,c,d,e),return) |
88 SDL_X11_SYM(1,int,XSelectInput,(Display*,Window,long)) | 88 SDL_X11_SYM(int,XResizeWindow,(Display* a,Window b,unsigned int c,unsigned int d),(a,b,c,d),return) |
89 SDL_X11_SYM(1,Status,XSendEvent,(Display*,Window,Bool,long,XEvent*)) | 89 SDL_X11_SYM(int,XSelectInput,(Display* a,Window b,long c),(a,b,c),return) |
90 SDL_X11_SYM(1,int,XSetClassHint,(Display*,Window,XClassHint*)) | 90 SDL_X11_SYM(Status,XSendEvent,(Display* a,Window b,Bool c,long d,XEvent* e),(a,b,c,d,e),return) |
91 SDL_X11_SYM(1,XErrorHandler,XSetErrorHandler,(XErrorHandler)) | 91 SDL_X11_SYM(int,XSetClassHint,(Display* a,Window b,XClassHint* c),(a,b,c),return) |
92 SDL_X11_SYM(1,XIOErrorHandler,XSetIOErrorHandler,(XIOErrorHandler)) | 92 SDL_X11_SYM(XErrorHandler,XSetErrorHandler,(XErrorHandler a),(a),return) |
93 SDL_X11_SYM(1,int,XSetTransientForHint,(Display*,Window,Window)) | 93 SDL_X11_SYM(XIOErrorHandler,XSetIOErrorHandler,(XIOErrorHandler a),(a),return) |
94 SDL_X11_SYM(1,int,XSetWMHints,(Display*,Window,XWMHints*)) | 94 SDL_X11_SYM(int,XSetTransientForHint,(Display* a,Window b,Window c),(a,b,c),return) |
95 SDL_X11_SYM(1,void,XSetTextProperty,(Display*,Window,XTextProperty*,Atom)) | 95 SDL_X11_SYM(int,XSetWMHints,(Display* a,Window b,XWMHints* c),(a,b,c),return) |
96 SDL_X11_SYM(1,void,XSetWMNormalHints,(Display*,Window,XSizeHints*)) | 96 SDL_X11_SYM(void,XSetTextProperty,(Display* a,Window b,XTextProperty* c,Atom d),(a,b,c,d),) |
97 SDL_X11_SYM(1,Status,XSetWMProtocols,(Display*,Window,Atom*,int)) | 97 SDL_X11_SYM(void,XSetWMNormalHints,(Display* a,Window b,XSizeHints* c),(a,b,c),) |
98 SDL_X11_SYM(1,int,XSetWindowBackground,(Display*,Window,unsigned long)) | 98 SDL_X11_SYM(Status,XSetWMProtocols,(Display* a,Window b,Atom* c,int d),(a,b,c,d),return) |
99 SDL_X11_SYM(1,int,XSetWindowBackgroundPixmap,(Display*,Window,Pixmap)) | 99 SDL_X11_SYM(int,XSetWindowBackground,(Display* a,Window b,unsigned long c),(a,b,c),return) |
100 SDL_X11_SYM(1,int,XSetWindowColormap,(Display*,Window,Colormap)) | 100 SDL_X11_SYM(int,XSetWindowBackgroundPixmap,(Display* a,Window b,Pixmap c),(a,b,c),return) |
101 SDL_X11_SYM(1,int,XStoreColors,(Display*,Colormap,XColor*,int)) | 101 SDL_X11_SYM(int,XSetWindowColormap,(Display* a,Window b,Colormap c),(a,b,c),return) |
102 SDL_X11_SYM(1,Status,XStringListToTextProperty,(char**,int,XTextProperty*)) | 102 SDL_X11_SYM(int,XStoreColors,(Display* a,Colormap b,XColor* c,int d),(a,b,c,d),return) |
103 SDL_X11_SYM(1,int,XSync,(Display*,Bool)) | 103 SDL_X11_SYM(Status,XStringListToTextProperty,(char** a,int b,XTextProperty* c),(a,b,c),return) |
104 SDL_X11_SYM(1,int,XUngrabKeyboard,(Display*,Time)) | 104 SDL_X11_SYM(int,XSync,(Display* a,Bool b),(a,b),return) |
105 SDL_X11_SYM(1,int,XUngrabPointer,(Display*,Time)) | 105 SDL_X11_SYM(int,XUngrabKeyboard,(Display* a,Time b),(a,b),return) |
106 SDL_X11_SYM(1,int,XUnmapWindow,(Display*,Window)) | 106 SDL_X11_SYM(int,XUngrabPointer,(Display* a,Time b),(a,b),return) |
107 SDL_X11_SYM(1,int,XWarpPointer,(Display*,Window,Window,int,int,unsigned int,unsigned int,int,int)) | 107 SDL_X11_SYM(int,XUnmapWindow,(Display* a,Window b),(a,b),return) |
108 SDL_X11_SYM(1,VisualID,XVisualIDFromVisual,(Visual*)) | 108 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) |
109 SDL_X11_SYM(1,XExtDisplayInfo*,XextAddDisplay,(XExtensionInfo*,Display*,char*,XExtensionHooks*,int,XPointer)) | 109 SDL_X11_SYM(VisualID,XVisualIDFromVisual,(Visual* a),(a),return) |
110 SDL_X11_SYM(1,XExtensionInfo*,XextCreateExtension,(void)) | 110 SDL_X11_SYM(XExtDisplayInfo*,XextAddDisplay,(XExtensionInfo* a,Display* b,char* c,XExtensionHooks* d,int e,XPointer f),(a,b,c,d,e,f),return) |
111 SDL_X11_SYM(1,void,XextDestroyExtension,(XExtensionInfo*)) | 111 SDL_X11_SYM(XExtensionInfo*,XextCreateExtension,(void),(),return) |
112 SDL_X11_SYM(1,XExtDisplayInfo*,XextFindDisplay,(XExtensionInfo*,Display*)) | 112 SDL_X11_SYM(void,XextDestroyExtension,(XExtensionInfo* a),(a),) |
113 SDL_X11_SYM(1,int,XextRemoveDisplay,(XExtensionInfo*,Display*)) | 113 SDL_X11_SYM(XExtDisplayInfo*,XextFindDisplay,(XExtensionInfo* a,Display* b),(a,b),return) |
114 SDL_X11_SYM(1,Bool,XQueryExtension,(Display*,_Xconst char*,int*,int*,int*)) | 114 SDL_X11_SYM(int,XextRemoveDisplay,(XExtensionInfo* a,Display* b),(a,b),return) |
115 SDL_X11_SYM(1,char *,XDisplayString,(Display*)) | 115 SDL_X11_SYM(Bool,XQueryExtension,(Display* a,_Xconst char* b,int* c,int* d,int* e),(a,b,c,d,e),return) |
116 SDL_X11_SYM(1,int,XGetErrorText,(Display*,int,char*,int)) | 116 SDL_X11_SYM(char *,XDisplayString,(Display* a),(a),return) |
117 SDL_X11_SYM(int,XGetErrorText,(Display* a,int b,char* c,int d),(a,b,c,d),return) | |
118 SDL_X11_SYM(void,_XEatData,(Display* a,unsigned long b),(a,b),) | |
119 SDL_X11_SYM(void,_XFlush,(Display* a),(a),) | |
120 SDL_X11_SYM(void,_XFlushGCCache,(Display* a,GC b),(a,b),) | |
121 SDL_X11_SYM(int,_XRead,(Display* a,char* b,long c),(a,b,c),return) | |
122 SDL_X11_SYM(void,_XReadPad,(Display* a,char* b,long c),(a,b,c),) | |
123 SDL_X11_SYM(void,_XSend,(Display* a,_Xconst char* b,long c),(a,b,c),) | |
124 SDL_X11_SYM(Status,_XReply,(Display* a,xReply* b,int c,Bool d),(a,b,c,d),return) | |
125 SDL_X11_SYM(unsigned long,_XSetLastRequestRead,(Display* a,xGenericReply* b),(a,b),return) | |
126 SDL_X11_SYM(SDL_X11_XSynchronizeRetType,XSynchronize,(Display* a,Bool b),(a,b),return) | |
127 SDL_X11_SYM(SDL_X11_XESetWireToEventRetType,XESetWireToEvent,(Display* a,int b,SDL_X11_XESetWireToEventRetType c),(a,b,c),return) | |
128 SDL_X11_SYM(SDL_X11_XESetEventToWireRetType,XESetEventToWire,(Display* a,int b,SDL_X11_XESetEventToWireRetType c),(a,b,c),return) | |
129 SDL_X11_SYM(SDL_X11_XSetExtensionErrorHandlerType,XSetExtensionErrorHandler,(SDL_X11_XSetExtensionErrorHandlerType a),(a),return) | |
130 | |
131 #if NeedWidePrototypes | |
132 SDL_X11_SYM(KeySym,XKeycodeToKeysym,(Display* a,unsigned int b,int c),(a,b,c),return) | |
133 #else | |
134 SDL_X11_SYM(KeySym,XKeycodeToKeysym,(Display* a,KeyCode b,int c),(a,b,c),return) | |
135 #endif | |
117 | 136 |
118 #ifdef X_HAVE_UTF8_STRING | 137 #ifdef X_HAVE_UTF8_STRING |
119 SDL_X11_SYM(1,int,Xutf8TextListToTextProperty,(Display*,char**,int,XICCEncodingStyle,XTextProperty*)) | 138 SDL_X11_MODULE(UTF8) |
120 SDL_X11_SYM(1,int,Xutf8LookupString,(XIC,XKeyPressedEvent*,char*,int,KeySym*,Status*)) | 139 SDL_X11_SYM(int,Xutf8TextListToTextProperty,(Display* a,char** b,int c,XICCEncodingStyle d,XTextProperty* e),(a,b,c,d,e),return) |
121 SDL_X11_SYM(1,XIC,XCreateIC,(XIM, ...)) | 140 SDL_X11_SYM(int,Xutf8LookupString,(XIC a,XKeyPressedEvent* b,char* c,int d,KeySym* e,Status* f),(a,b,c,d,e,f),return) |
122 SDL_X11_SYM(1,void,XDestroyIC,(XIC)) | 141 /*SDL_X11_SYM(XIC,XCreateIC,(XIM, ...),return) !!! ARGH! */ |
123 SDL_X11_SYM(1,void,XSetICFocus,(XIC)) | 142 SDL_X11_SYM(void,XDestroyIC,(XIC a),(a),) |
124 SDL_X11_SYM(1,void,XUnsetICFocus,(XIC)) | 143 SDL_X11_SYM(void,XSetICFocus,(XIC a),(a),) |
125 SDL_X11_SYM(1,XIM,XOpenIM,(Display*,struct _XrmHashBucketRec*,char*,char*)) | 144 SDL_X11_SYM(void,XUnsetICFocus,(XIC a),(a),) |
126 SDL_X11_SYM(1,Status,XCloseIM,(XIM)) | 145 SDL_X11_SYM(XIM,XOpenIM,(Display* a,struct _XrmHashBucketRec* b,char* c,char* d),(a,b,c,d),return) |
127 #endif | 146 SDL_X11_SYM(Status,XCloseIM,(XIM a),(a),return) |
128 SDL_X11_SYM(1,void,_XEatData,(Display*,unsigned long)) | |
129 SDL_X11_SYM(1,void,_XFlush,(Display*)) | |
130 SDL_X11_SYM(1,void,_XFlushGCCache,(Display*,GC)) | |
131 SDL_X11_SYM(1,int,_XRead,(Display*,char*,long)) | |
132 SDL_X11_SYM(1,void,_XReadPad,(Display*,char*,long)) | |
133 SDL_X11_SYM(1,void,_XSend,(Display*,_Xconst char*,long)) | |
134 SDL_X11_SYM(1,Status,_XReply,(Display*,xReply*,int,Bool)) | |
135 SDL_X11_SYM(1,unsigned long,_XSetLastRequestRead,(Display*,xGenericReply*)) | |
136 | |
137 /* | |
138 * These don't exist in 32-bit versions and are removed by Xlib macros, but | |
139 * 64+ bit systems will use them. | |
140 */ | |
141 #if defined(LONG64) | |
142 SDL_X11_SYM(1,int,_XData32,(Display *dpy,register long *data,unsigned len)) | |
143 SDL_X11_SYM(1,void,_XRead32,(Display *dpy,register long *data,long len)) | |
144 #endif | |
145 | |
146 #if defined(__osf__) | |
147 SDL_X11_SYM(1,void,_SmtBufferOverflow,(Display *dpy,register smtDisplayPtr)) | |
148 SDL_X11_SYM(1,void,_SmtIpError,(Display *dpy,register smtDisplayPtr, int)) | |
149 SDL_X11_SYM(1,int,ipAllocateData,(ChannelPtr, IPCard, IPDataPtr *)) | |
150 SDL_X11_SYM(1,int,ipUnallocateAndSendData,(ChannelPtr, IPCard)) | |
151 #endif | |
152 | |
153 #if NeedWidePrototypes | |
154 SDL_X11_SYM(1,KeySym,XKeycodeToKeysym,(Display*,unsigned int,int)) | |
155 #else | |
156 SDL_X11_SYM(1,KeySym,XKeycodeToKeysym,(Display*,KeyCode,int)) | |
157 #endif | 147 #endif |
158 | 148 |
159 #ifndef NO_SHARED_MEMORY | 149 #ifndef NO_SHARED_MEMORY |
160 SDL_X11_SYM(1,Status,XShmAttach,(Display*,XShmSegmentInfo*)) | 150 SDL_X11_MODULE(SHM) |
161 SDL_X11_SYM(1,Status,XShmDetach,(Display*,XShmSegmentInfo*)) | 151 SDL_X11_SYM(Status,XShmAttach,(Display* a,XShmSegmentInfo* b),(a,b),return) |
162 SDL_X11_SYM(1,Status,XShmPutImage,(Display*,Drawable,GC,XImage*,int,int,int,int,unsigned int,unsigned int,Bool)) | 152 SDL_X11_SYM(Status,XShmDetach,(Display* a,XShmSegmentInfo* b),(a,b),return) |
163 SDL_X11_SYM(1,XImage*,XShmCreateImage,(Display*,Visual*,unsigned int,int,char*,XShmSegmentInfo*,unsigned int,unsigned int)) | 153 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) |
164 SDL_X11_SYM(1,Bool,XShmQueryExtension,(Display*)) | 154 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) |
155 SDL_X11_SYM(Bool,XShmQueryExtension,(Display* a),(a),return) | |
165 #endif | 156 #endif |
166 | 157 |
167 SDL_X11_SYM(1,SDL_X11_XSynchronizeRetType,XSynchronize,(Display*,Bool)) | 158 /* |
168 SDL_X11_SYM(1,SDL_X11_XESetWireToEventRetType,XESetWireToEvent,(Display*,int,SDL_X11_XESetWireToEventRetType)) | 159 * Not required...these only exist in code in headers on some 64-bit platforms, |
169 SDL_X11_SYM(1,SDL_X11_XESetEventToWireRetType,XESetEventToWire,(Display*,int,SDL_X11_XESetEventToWireRetType)) | 160 * and are removed via macros elsewhere, so it's safe for them to be missing. |
170 SDL_X11_SYM(1,SDL_X11_XSetExtensionErrorHandlerType,XSetExtensionErrorHandler,(SDL_X11_XSetExtensionErrorHandlerType)) | 161 */ |
162 SDL_X11_MODULE(IO_32BIT) | |
163 SDL_X11_SYM(int,_XData32,(Display *dpy,register long *data,unsigned len),(dpy,data,len),return) | |
164 SDL_X11_SYM(void,_XRead32,(Display *dpy,register long *data,long len),(dpy,data,len),) | |
165 | |
166 /* | |
167 * These only show up on some variants of Unix. | |
168 */ | |
169 #if defined(__osf__) | |
170 SDL_X11_MODULE(OSF_ENTRY_POINTS) | |
171 SDL_X11_SYM(void,_SmtBufferOverflow,(Display *dpy,register smtDisplayPtr p),(dpy,p),) | |
172 SDL_X11_SYM(void,_SmtIpError,(Display *dpy,register smtDisplayPtr p, int i),(dpy,p,i),) | |
173 SDL_X11_SYM(int,ipAllocateData,(ChannelPtr a, IPCard b, IPDataPtr * c),(a,b,c),return) | |
174 SDL_X11_SYM(int,ipUnallocateAndSendData,(ChannelPtr a, IPCard b),(a,b),return) | |
175 #endif | |
171 | 176 |
172 /* end of SDL_x11sym.h ... */ | 177 /* end of SDL_x11sym.h ... */ |
173 | 178 |