Mercurial > sdl-ios-xcode
changeset 4934:a5b86644c208
Fixed compiling X11 touch interface
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 30 Dec 2010 13:21:39 -0800 |
parents | 81a34196b980 |
children | a727eda441be |
files | src/video/x11/SDL_x11events.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11events.c Thu Dec 30 10:45:36 2010 -0800 +++ b/src/video/x11/SDL_x11events.c Thu Dec 30 13:21:39 2010 -0800 @@ -28,6 +28,7 @@ #include <limits.h> /* For INT_MAX */ #include "SDL_x11video.h" +#include "SDL_x11touch.h" #include "../../events/SDL_events_c.h" #include "../../events/SDL_mouse_c.h" #include "../../events/SDL_touch_c.h"