Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11sym.h @ 2305:fbe8ff44c519
First pass of new SDL scancode concept for X11.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 07 Feb 2008 15:31:09 +0000 |
parents | c97ad1abe05b |
children | c7bcf84ba1b9 |
comparison
equal
deleted
inserted
replaced
2304:50f58ce12497 | 2305:fbe8ff44c519 |
---|---|
46 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) | 46 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) |
47 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) | 47 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) |
48 SDL_X11_SYM(int,XDefineCursor,(Display* a,Window b,Cursor c),(a,b,c),return) | 48 SDL_X11_SYM(int,XDefineCursor,(Display* a,Window b,Cursor c),(a,b,c),return) |
49 SDL_X11_SYM(int,XDeleteProperty,(Display* a,Window b,Atom c),(a,b,c),return) | 49 SDL_X11_SYM(int,XDeleteProperty,(Display* a,Window b,Atom c),(a,b,c),return) |
50 SDL_X11_SYM(int,XDestroyWindow,(Display* a,Window b),(a,b),return) | 50 SDL_X11_SYM(int,XDestroyWindow,(Display* a,Window b),(a,b),return) |
51 SDL_X11_SYM(int,XDisplayKeycodes,(Display* a,int* b,int* c),(a,b,c),return) | |
51 SDL_X11_SYM(char*,XDisplayName,(_Xconst char* a),(a),return) | 52 SDL_X11_SYM(char*,XDisplayName,(_Xconst char* a),(a),return) |
52 SDL_X11_SYM(int,XEventsQueued,(Display* a,int b),(a,b),return) | 53 SDL_X11_SYM(int,XEventsQueued,(Display* a,int b),(a,b),return) |
53 SDL_X11_SYM(Bool,XFilterEvent,(XEvent *event,Window w),(event,w),return) | 54 SDL_X11_SYM(Bool,XFilterEvent,(XEvent *event,Window w),(event,w),return) |
54 SDL_X11_SYM(int,XFlush,(Display* a),(a),return) | 55 SDL_X11_SYM(int,XFlush,(Display* a),(a),return) |
55 SDL_X11_SYM(int,XFree,(void*a),(a),return) | 56 SDL_X11_SYM(int,XFree,(void*a),(a),return) |
71 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) | 72 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) |
72 SDL_X11_SYM(int,XGrabServer,(Display* a),(a),return) | 73 SDL_X11_SYM(int,XGrabServer,(Display* a),(a),return) |
73 SDL_X11_SYM(Status,XIconifyWindow,(Display* a,Window b,int c),(a,b,c),return) | 74 SDL_X11_SYM(Status,XIconifyWindow,(Display* a,Window b,int c),(a,b,c),return) |
74 SDL_X11_SYM(int,XInstallColormap,(Display* a,Colormap b),(a,b),return) | 75 SDL_X11_SYM(int,XInstallColormap,(Display* a,Colormap b),(a,b),return) |
75 SDL_X11_SYM(KeyCode,XKeysymToKeycode,(Display* a,KeySym b),(a,b),return) | 76 SDL_X11_SYM(KeyCode,XKeysymToKeycode,(Display* a,KeySym b),(a,b),return) |
77 SDL_X11_SYM(char*,XKeysymToString,(KeySym a),(a),return) | |
76 SDL_X11_SYM(int,XKillClient,(Display* a,XID b),(a,b),return) | 78 SDL_X11_SYM(int,XKillClient,(Display* a,XID b),(a,b),return) |
77 SDL_X11_SYM(Atom,XInternAtom,(Display* a,_Xconst char* b,Bool c),(a,b,c),return) | 79 SDL_X11_SYM(Atom,XInternAtom,(Display* a,_Xconst char* b,Bool c),(a,b,c),return) |
78 SDL_X11_SYM(XPixmapFormatValues*,XListPixmapFormats,(Display* a,int* b),(a,b),return) | 80 SDL_X11_SYM(XPixmapFormatValues*,XListPixmapFormats,(Display* a,int* b),(a,b),return) |
79 SDL_X11_SYM(KeySym,XLookupKeysym,(XKeyEvent* a,int b),(a,b),return) | 81 SDL_X11_SYM(KeySym,XLookupKeysym,(XKeyEvent* a,int b),(a,b),return) |
80 SDL_X11_SYM(int,XLookupString,(XKeyEvent* a,char* b,int c,KeySym* d,XComposeStatus* e),(a,b,c,d,e),return) | 82 SDL_X11_SYM(int,XLookupString,(XKeyEvent* a,char* b,int c,KeySym* d,XComposeStatus* e),(a,b,c,d,e),return) |