diff src/video/x11/SDL_x11touch.h @ 4933:81a34196b980

Hopefully fix X11 compile error
author Sam Lantinga <slouken@libsdl.org>
date Thu, 30 Dec 2010 10:45:36 -0800
parents 1002d074d459
children 04c8581b729e
line wrap: on
line diff
--- a/src/video/x11/SDL_x11touch.h	Wed Dec 29 15:23:54 2010 -0800
+++ b/src/video/x11/SDL_x11touch.h	Thu Dec 30 10:45:36 2010 -0800
@@ -26,7 +26,7 @@
 
 
 //What should this be?
-#if SDL_VIDEO_DRIVER_X11_XINPUT
+#ifdef SDL_INPUT_LINUXEV
 typedef struct EventTouchData
 {
     int x,y,pressure,finger; //Temporary Variables until sync