Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11video.c @ 4923:1002d074d459
Renamed X11 touch files for consistency
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 01 Dec 2010 12:17:12 -0800 |
parents | 7b1d35d98294 |
children | 455bc74f7034 |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.c Wed Dec 01 12:02:52 2010 -0800 +++ b/src/video/x11/SDL_x11video.c Wed Dec 01 12:17:12 2010 -0800 @@ -25,13 +25,13 @@ #include "SDL_video.h" #include "SDL_mouse.h" -#include "SDL_eventtouch.h" #include "../SDL_sysvideo.h" #include "../SDL_pixels_c.h" #include "SDL_x11video.h" #include "SDL_x11render.h" #include "SDL_x11shape.h" +#include "SDL_x11touch.h" #if SDL_VIDEO_DRIVER_PANDORA #include "SDL_x11opengles.h"