Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11sym.h @ 2901:133601e3b255
Added RenderPiont() API
Merged the drawing tests into a single test program
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 21 Dec 2008 17:39:41 +0000 |
parents | 9dde605c7540 |
children | 1d2bc7259f30 |
comparison
equal
deleted
inserted
replaced
2900:3a9636c83849 | 2901:133601e3b255 |
---|---|
94 SDL_X11_SYM(Display*,XOpenDisplay,(_Xconst char* a),(a),return) | 94 SDL_X11_SYM(Display*,XOpenDisplay,(_Xconst char* a),(a),return) |
95 SDL_X11_SYM(int,XPeekEvent,(Display* a,XEvent* b),(a,b),return) | 95 SDL_X11_SYM(int,XPeekEvent,(Display* a,XEvent* b),(a,b),return) |
96 SDL_X11_SYM(int,XPending,(Display* a),(a),return) | 96 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) | 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) |
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) | 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) |
99 SDL_X11_SYM(int,XDrawPoint,(Display* a, Drawable b, GC c, int d, int e),(a,b,c,d,e),return) | |
99 SDL_X11_SYM(int,XQueryColors,(Display* a,Colormap b,XColor* c,int d),(a,b,c,d),return) | 100 SDL_X11_SYM(int,XQueryColors,(Display* a,Colormap b,XColor* c,int d),(a,b,c,d),return) |
100 SDL_X11_SYM(int,XQueryKeymap,(Display* a,char *b),(a,b),return) | 101 SDL_X11_SYM(int,XQueryKeymap,(Display* a,char *b),(a,b),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) | 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) |
102 SDL_X11_SYM(int,XRaiseWindow,(Display* a,Window b),(a,b),return) | 103 SDL_X11_SYM(int,XRaiseWindow,(Display* a,Window b),(a,b),return) |
103 SDL_X11_SYM(int,XReparentWindow,(Display* a,Window b,Window c,int d,int e),(a,b,c,d,e),return) | 104 SDL_X11_SYM(int,XReparentWindow,(Display* a,Window b,Window c,int d,int e),(a,b,c,d,e),return) |