|
@@ -105,7 +105,6 @@ SDL_X11_SYM(Status,XInitThreads,(void))
|
|
|
SDL_X11_SYM(int,XPeekEvent,(Display* a,XEvent* b))
|
|
|
SDL_X11_SYM(int,XPending,(Display* a))
|
|
|
SDL_X11_SYM(XImage*,XGetImage,(Display* a,Drawable b,int c, int d,unsigned int e,unsigned int f,unsigned long g,int h))
|
|
|
-SDL_X11_SYM(void,XDestroyImage,(XImage *a))
|
|
|
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))
|
|
|
SDL_X11_SYM(int,XQueryKeymap,(Display* a,char b[32]))
|
|
|
SDL_X11_SYM(Bool,XQueryPointer,(Display* a,Window b,Window* c,Window* d,int* e,int* f,int* g,int* h,unsigned int* i))
|