diff src/video/x11/SDL_x11video.h @ 4642:057e8762d2a1

Added reading of event* for touch events.
author Jim Grandpre <jim.tla@gmail.com>
date Fri, 28 May 2010 01:26:52 -0400
parents f7b03b6838cb
children 03dcb795c583
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.h	Thu May 27 01:21:37 2010 -0400
+++ b/src/video/x11/SDL_x11video.h	Fri May 28 01:26:52 2010 -0400
@@ -53,6 +53,7 @@
 #include "SDL_x11keyboard.h"
 #include "SDL_x11modes.h"
 #include "SDL_x11mouse.h"
+#include "SDL_eventtouch.h"
 #include "SDL_x11opengl.h"
 #include "SDL_x11window.h"