Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11touch.h @ 4945:04c8581b729e
Final touches on renaming SDL_eventtouch to SDL_x11touch
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 01 Jan 2011 20:04:50 -0800 |
parents | 81a34196b980 |
children | b530ef003506 |
comparison
equal
deleted
inserted
replaced
4944:921637675f2c | 4945:04c8581b729e |
---|---|
19 Sam Lantinga | 19 Sam Lantinga |
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | 23 |
24 #ifndef _SDL_eventtouch_h | 24 #ifndef _SDL_x11touch_h |
25 #define _SDL_eventtouch_h | 25 #define _SDL_x11touch_h |
26 | 26 |
27 | 27 |
28 //What should this be? | 28 //What should this be? |
29 #ifdef SDL_INPUT_LINUXEV | 29 #ifdef SDL_INPUT_LINUXEV |
30 typedef struct EventTouchData | 30 typedef struct EventTouchData |
36 #endif | 36 #endif |
37 | 37 |
38 extern void X11_InitTouch(_THIS); | 38 extern void X11_InitTouch(_THIS); |
39 extern void X11_QuitTouch(_THIS); | 39 extern void X11_QuitTouch(_THIS); |
40 | 40 |
41 #endif /* _SDL_eventtouch_h */ | 41 #endif /* _SDL_x11touch_h */ |
42 | 42 |
43 /* vi: set ts=4 sw=4 expandtab: */ | 43 /* vi: set ts=4 sw=4 expandtab: */ |