diff src/video/x11/SDL_x11events.c @ 4681:5378f2d0754f

Fixed some Gesture bugs
author Jim Grandpre <jim.tla@gmail.com>
date Mon, 02 Aug 2010 00:14:53 -0400
parents 62e6a6e9720b
children 15dfe42edbfd
line wrap: on
line diff
--- a/src/video/x11/SDL_x11events.c	Sat Jul 31 20:55:33 2010 -0700
+++ b/src/video/x11/SDL_x11events.c	Mon Aug 02 00:14:53 2010 -0400
@@ -37,7 +37,7 @@
 
 #include <stdio.h>
 
-#ifdef HAVE_LINUX_INPUT_H
+#ifdef SDL_INPUT_LINUXEV
 //Touch Input/event* includes
 #include <linux/input.h>
 #include <fcntl.h>
@@ -402,7 +402,7 @@
         X11_DispatchEvent(_this);
     }
 
-#ifdef HAVE_LINUX_INPUT_H
+#ifdef SDL_INPUT_LINUXEV
     /* Process Touch events - TODO When X gets touch support, use that instead*/
     int i = 0,rd;
     char name[256];