Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11video.c @ 4694:c24ba2cc9583
Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 22 Aug 2010 12:07:55 -0700 |
parents | f8c3870af5a2 03dcb795c583 |
children | 7b1d35d98294 |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.c Sun Aug 22 11:56:07 2010 -0700 +++ b/src/video/x11/SDL_x11video.c Sun Aug 22 12:07:55 2010 -0700 @@ -25,6 +25,7 @@ #include "SDL_video.h" #include "SDL_mouse.h" +#include "SDL_eventtouch.h" #include "../SDL_sysvideo.h" #include "../SDL_pixels_c.h" @@ -354,6 +355,7 @@ } X11_InitMouse(_this); + X11_InitTouch(_this); return 0; } @@ -374,6 +376,7 @@ X11_QuitModes(_this); X11_QuitKeyboard(_this); X11_QuitMouse(_this); + X11_QuitTouch(_this); } SDL_bool