comparison src/video/x11/SDL_x11touch.h @ 4933:81a34196b980

Hopefully fix X11 compile error
author Sam Lantinga <slouken@libsdl.org>
date Thu, 30 Dec 2010 10:45:36 -0800
parents 1002d074d459
children 04c8581b729e
comparison
equal deleted inserted replaced
4932:0d1bb1ce9d15 4933:81a34196b980
24 #ifndef _SDL_eventtouch_h 24 #ifndef _SDL_eventtouch_h
25 #define _SDL_eventtouch_h 25 #define _SDL_eventtouch_h
26 26
27 27
28 //What should this be? 28 //What should this be?
29 #if SDL_VIDEO_DRIVER_X11_XINPUT 29 #ifdef SDL_INPUT_LINUXEV
30 typedef struct EventTouchData 30 typedef struct EventTouchData
31 { 31 {
32 int x,y,pressure,finger; //Temporary Variables until sync 32 int x,y,pressure,finger; //Temporary Variables until sync
33 int eventStream; 33 int eventStream;
34 SDL_bool up; 34 SDL_bool up;