Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11events.c @ 4934:a5b86644c208
Fixed compiling X11 touch interface
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 30 Dec 2010 13:21:39 -0800 |
parents | 50d0bff24d81 |
children | 8b7988f42fcb |
comparison
equal
deleted
inserted
replaced
4933:81a34196b980 | 4934:a5b86644c208 |
---|---|
26 #include <signal.h> | 26 #include <signal.h> |
27 #include <unistd.h> | 27 #include <unistd.h> |
28 #include <limits.h> /* For INT_MAX */ | 28 #include <limits.h> /* For INT_MAX */ |
29 | 29 |
30 #include "SDL_x11video.h" | 30 #include "SDL_x11video.h" |
31 #include "SDL_x11touch.h" | |
31 #include "../../events/SDL_events_c.h" | 32 #include "../../events/SDL_events_c.h" |
32 #include "../../events/SDL_mouse_c.h" | 33 #include "../../events/SDL_mouse_c.h" |
33 #include "../../events/SDL_touch_c.h" | 34 #include "../../events/SDL_touch_c.h" |
34 | 35 |
35 #include "SDL_timer.h" | 36 #include "SDL_timer.h" |