Mercurial > sdl-ios-xcode
changeset 4933:81a34196b980
Hopefully fix X11 compile error
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 30 Dec 2010 10:45:36 -0800 |
parents | 0d1bb1ce9d15 |
children | a5b86644c208 |
files | src/video/x11/SDL_x11touch.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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