From df640459ff85339a98ddc380b7ac35612b4ab1f7 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 30 Dec 2010 10:45:36 -0800 Subject: [PATCH] Hopefully fix X11 compile error --- src/video/x11/SDL_x11touch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/x11/SDL_x11touch.h b/src/video/x11/SDL_x11touch.h index 1cee9ec0a..fc1a169af 100644 --- a/src/video/x11/SDL_x11touch.h +++ b/src/video/x11/SDL_x11touch.h @@ -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