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