Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11sym.h @ 3538:a1896642a47e
X11 driver compiles again, lines are not yet implemented
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 10 Dec 2009 09:27:23 +0000 |
parents | 9b58f26ede81 |
children | c2154674c0c1 |
comparison
equal
deleted
inserted
replaced
3537:e897a4a9f578 | 3538:a1896642a47e |
---|---|
48 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(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) |
49 SDL_X11_SYM(int,XDefineCursor,(Display* a,Window b,Cursor c),(a,b,c),return) | 49 SDL_X11_SYM(int,XDefineCursor,(Display* a,Window b,Cursor c),(a,b,c),return) |
50 SDL_X11_SYM(int,XDeleteProperty,(Display* a,Window b,Atom c),(a,b,c),return) | 50 SDL_X11_SYM(int,XDeleteProperty,(Display* a,Window b,Atom c),(a,b,c),return) |
51 SDL_X11_SYM(int,XDestroyWindow,(Display* a,Window b),(a,b),return) | 51 SDL_X11_SYM(int,XDestroyWindow,(Display* a,Window b),(a,b),return) |
52 SDL_X11_SYM(int,XDisplayKeycodes,(Display* a,int* b,int* c),(a,b,c),return) | 52 SDL_X11_SYM(int,XDisplayKeycodes,(Display* a,int* b,int* c),(a,b,c),return) |
53 SDL_X11_SYM(int,XDrawRectangle,(Display* a,Drawable b,GC c,int d, int e, unsigned int f, unsigned int g),(a,b,c,d,e,f,g),return) | 53 SDL_X11_SYM(int,XFillRectangles,(Display* a,Drawable b,GC c,XRectangle* d,int e),(a,b,c,d,e),return) |
54 SDL_X11_SYM(int,XFillRectangle,(Display* a,Drawable b,GC c,int d, int e, unsigned int f, unsigned int g),(a,b,c,d,e,f,g),return) | |
55 SDL_X11_SYM(char*,XDisplayName,(_Xconst char* a),(a),return) | 54 SDL_X11_SYM(char*,XDisplayName,(_Xconst char* a),(a),return) |
56 SDL_X11_SYM(int,XEventsQueued,(Display* a,int b),(a,b),return) | 55 SDL_X11_SYM(int,XEventsQueued,(Display* a,int b),(a,b),return) |
57 SDL_X11_SYM(Bool,XFilterEvent,(XEvent *event,Window w),(event,w),return) | 56 SDL_X11_SYM(Bool,XFilterEvent,(XEvent *event,Window w),(event,w),return) |
58 SDL_X11_SYM(int,XFlush,(Display* a),(a),return) | 57 SDL_X11_SYM(int,XFlush,(Display* a),(a),return) |
59 SDL_X11_SYM(int,XFree,(void*a),(a),return) | 58 SDL_X11_SYM(int,XFree,(void*a),(a),return) |
93 SDL_X11_SYM(int,XNextEvent,(Display* a,XEvent* b),(a,b),return) | 92 SDL_X11_SYM(int,XNextEvent,(Display* a,XEvent* b),(a,b),return) |
94 SDL_X11_SYM(Display*,XOpenDisplay,(_Xconst char* a),(a),return) | 93 SDL_X11_SYM(Display*,XOpenDisplay,(_Xconst char* a),(a),return) |
95 SDL_X11_SYM(int,XPeekEvent,(Display* a,XEvent* b),(a,b),return) | 94 SDL_X11_SYM(int,XPeekEvent,(Display* a,XEvent* b),(a,b),return) |
96 SDL_X11_SYM(int,XPending,(Display* a),(a),return) | 95 SDL_X11_SYM(int,XPending,(Display* a),(a),return) |
97 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) | 96 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) |
98 SDL_X11_SYM(int,XDrawLine,(Display* a, Drawable b, GC c, int d, int e, int f, int g),(a,b,c,d,e,f,g),return) | 97 SDL_X11_SYM(int,XDrawLines,(Display* a, Drawable b, GC c, XPoint* d, int e, int f),(a,b,c,d,e,f),return) |
99 SDL_X11_SYM(int,XDrawPoint,(Display* a, Drawable b, GC c, int d, int e),(a,b,c,d,e),return) | 98 SDL_X11_SYM(int,XDrawPoints,(Display* a, Drawable b, GC c, XPoint* d, int e, int f),(a,b,c,d,e,f),return) |
100 SDL_X11_SYM(int,XQueryColors,(Display* a,Colormap b,XColor* c,int d),(a,b,c,d),return) | 99 SDL_X11_SYM(int,XQueryColors,(Display* a,Colormap b,XColor* c,int d),(a,b,c,d),return) |
101 SDL_X11_SYM(int,XQueryKeymap,(Display* a,char *b),(a,b),return) | 100 SDL_X11_SYM(int,XQueryKeymap,(Display* a,char *b),(a,b),return) |
102 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) | 101 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) |
103 SDL_X11_SYM(int,XRaiseWindow,(Display* a,Window b),(a,b),return) | 102 SDL_X11_SYM(int,XRaiseWindow,(Display* a,Window b),(a,b),return) |
104 SDL_X11_SYM(int,XReparentWindow,(Display* a,Window b,Window c,int d,int e),(a,b,c,d,e),return) | 103 SDL_X11_SYM(int,XReparentWindow,(Display* a,Window b,Window c,int d,int e),(a,b,c,d,e),return) |