Commit 9854e3dd authored by Sam Lantinga's avatar Sam Lantinga

Fixed compiling X11 touch interface

parent 85637106
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <limits.h> /* For INT_MAX */ #include <limits.h> /* For INT_MAX */
#include "SDL_x11video.h" #include "SDL_x11video.h"
#include "SDL_x11touch.h"
#include "../../events/SDL_events_c.h" #include "../../events/SDL_events_c.h"
#include "../../events/SDL_mouse_c.h" #include "../../events/SDL_mouse_c.h"
#include "../../events/SDL_touch_c.h" #include "../../events/SDL_touch_c.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment