Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11sym.h @ 2943:6429dfe45d82
Oh yeah, it's an XInput symbol
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 01 Jan 2009 08:22:20 +0000 |
parents | 1d2bc7259f30 |
children | 54fac87e1f34 |
comparison
equal
deleted
inserted
replaced
2942:1e431c2631ee | 2943:6429dfe45d82 |
---|---|
34 SDL_X11_SYM(int,XChangePointerControl,(Display* a,Bool b,Bool c,int d,int e,int f),(a,b,c,d,e,f),return) | 34 SDL_X11_SYM(int,XChangePointerControl,(Display* a,Bool b,Bool c,int d,int e,int f),(a,b,c,d,e,f),return) |
35 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) | 35 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) |
36 SDL_X11_SYM(int,XChangeWindowAttributes,(Display* a,Window b,unsigned long c,XSetWindowAttributes* d),(a,b,c,d),return) | 36 SDL_X11_SYM(int,XChangeWindowAttributes,(Display* a,Window b,unsigned long c,XSetWindowAttributes* d),(a,b,c,d),return) |
37 SDL_X11_SYM(Bool,XCheckWindowEvent,(Display* a,Window b,long c,XEvent* d),(a,b,c,d),return) | 37 SDL_X11_SYM(Bool,XCheckWindowEvent,(Display* a,Window b,long c,XEvent* d),(a,b,c,d),return) |
38 SDL_X11_SYM(int,XClearWindow,(Display* a,Window b),(a,b),return) | 38 SDL_X11_SYM(int,XClearWindow,(Display* a,Window b),(a,b),return) |
39 SDL_X11_SYM(int,XCloseDevice,(Display* a,XDevice* b),(a,b),return) | |
40 SDL_X11_SYM(int,XCloseDisplay,(Display* a),(a),return) | 39 SDL_X11_SYM(int,XCloseDisplay,(Display* a),(a),return) |
41 SDL_X11_SYM(int,XCopyArea,(Display* a,Drawable b,Drawable c,GC d,int e,int f,unsigned int g,unsigned int h,int i,int j),(a,b,c,d,e,f,g,h,i,j),return) | 40 SDL_X11_SYM(int,XCopyArea,(Display* a,Drawable b,Drawable c,GC d,int e,int f,unsigned int g,unsigned int h,int i,int j),(a,b,c,d,e,f,g,h,i,j),return) |
42 SDL_X11_SYM(Colormap,XCreateColormap,(Display* a,Window b,Visual* c,int d),(a,b,c,d),return) | 41 SDL_X11_SYM(Colormap,XCreateColormap,(Display* a,Window b,Visual* c,int d),(a,b,c,d),return) |
43 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) | 42 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) |
44 SDL_X11_SYM(GC,XCreateGC,(Display* a,Drawable b,unsigned long c,XGCValues* d),(a,b,c,d),return) | 43 SDL_X11_SYM(GC,XCreateGC,(Display* a,Drawable b,unsigned long c,XGCValues* d),(a,b,c,d),return) |
227 SDL_X11_MODULE(XINPUT) | 226 SDL_X11_MODULE(XINPUT) |
228 SDL_X11_SYM(XDeviceInfo*,XListInputDevices,(Display *a,int *b),(a,b),return) | 227 SDL_X11_SYM(XDeviceInfo*,XListInputDevices,(Display *a,int *b),(a,b),return) |
229 SDL_X11_SYM(void,XFreeDeviceList,(XDeviceInfo *a),(a),) | 228 SDL_X11_SYM(void,XFreeDeviceList,(XDeviceInfo *a),(a),) |
230 SDL_X11_SYM(int,XSelectExtensionEvent,(Display *a,Window b,XEventClass *c,int d),(a,b,c,d),return) | 229 SDL_X11_SYM(int,XSelectExtensionEvent,(Display *a,Window b,XEventClass *c,int d),(a,b,c,d),return) |
231 SDL_X11_SYM(XDevice*,XOpenDevice,(Display *a,XID b),(a,b),return) | 230 SDL_X11_SYM(XDevice*,XOpenDevice,(Display *a,XID b),(a,b),return) |
231 SDL_X11_SYM(int,XCloseDevice,(Display* a,XDevice* b),(a,b),return) | |
232 #endif | 232 #endif |
233 | 233 |
234 /* *INDENT-ON* */ | 234 /* *INDENT-ON* */ |
235 | 235 |
236 /* vi: set ts=4 sw=4 expandtab: */ | 236 /* vi: set ts=4 sw=4 expandtab: */ |