# HG changeset patch # User Sam Lantinga # Date 1293734736 28800 # Node ID 81a34196b980c1f774a43a9c0838865fde3ae32b # Parent 0d1bb1ce9d15345eb4b1a3d3167c084a351effce Hopefully fix X11 compile error diff -r 0d1bb1ce9d15 -r 81a34196b980 src/video/x11/SDL_x11touch.h --- 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