Mercurial > sdl-ios-xcode
changeset 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 | 1e431c2631ee |
children | 7dac01628a8b |
files | src/video/x11/SDL_x11sym.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11sym.h Thu Jan 01 08:21:19 2009 +0000 +++ b/src/video/x11/SDL_x11sym.h Thu Jan 01 08:22:20 2009 +0000 @@ -36,7 +36,6 @@ SDL_X11_SYM(int,XChangeWindowAttributes,(Display* a,Window b,unsigned long c,XSetWindowAttributes* d),(a,b,c,d),return) SDL_X11_SYM(Bool,XCheckWindowEvent,(Display* a,Window b,long c,XEvent* d),(a,b,c,d),return) SDL_X11_SYM(int,XClearWindow,(Display* a,Window b),(a,b),return) -SDL_X11_SYM(int,XCloseDevice,(Display* a,XDevice* b),(a,b),return) SDL_X11_SYM(int,XCloseDisplay,(Display* a),(a),return) 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) SDL_X11_SYM(Colormap,XCreateColormap,(Display* a,Window b,Visual* c,int d),(a,b,c,d),return) @@ -229,6 +228,7 @@ SDL_X11_SYM(void,XFreeDeviceList,(XDeviceInfo *a),(a),) SDL_X11_SYM(int,XSelectExtensionEvent,(Display *a,Window b,XEventClass *c,int d),(a,b,c,d),return) SDL_X11_SYM(XDevice*,XOpenDevice,(Display *a,XID b),(a,b),return) +SDL_X11_SYM(int,XCloseDevice,(Display* a,XDevice* b),(a,b),return) #endif /* *INDENT-ON* */