Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11video.c @ 4645:0375d020e7e3
Auto-detects Wacom touch devices.
author | Jim Grandpre <jim.tla@gmail.com> |
---|---|
date | Mon, 31 May 2010 00:24:37 -0400 |
parents | c0f2a1e6f0cd |
children | 03dcb795c583 |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.c Sat May 29 02:09:16 2010 -0400 +++ b/src/video/x11/SDL_x11video.c Mon May 31 00:24:37 2010 -0400 @@ -23,6 +23,7 @@ #include "SDL_video.h" #include "SDL_mouse.h" +#include "SDL_eventtouch.h" #include "../SDL_sysvideo.h" #include "../SDL_pixels_c.h" @@ -269,6 +270,7 @@ } X11_InitMouse(_this); + X11_InitTouch(_this); return 0; } @@ -289,6 +291,7 @@ X11_QuitModes(_this); X11_QuitKeyboard(_this); X11_QuitMouse(_this); + X11_QuitTouch(_this); } SDL_bool