Final touches on renaming SDL_eventtouch to SDL_x11touch

This commit is contained in:
Sam Lantinga 2011-01-01 20:04:50 -08:00
parent 124315bff4
commit 3927b4a33c
2 changed files with 17 additions and 13 deletions

View file

@ -21,8 +21,8 @@
*/
#include "SDL_config.h"
#ifndef _SDL_eventtouch_h
#define _SDL_eventtouch_h
#ifndef _SDL_x11touch_h
#define _SDL_x11touch_h
//What should this be?
@ -38,6 +38,6 @@ typedef struct EventTouchData
extern void X11_InitTouch(_THIS);
extern void X11_QuitTouch(_THIS);
#endif /* _SDL_eventtouch_h */
#endif /* _SDL_x11touch_h */
/* vi: set ts=4 sw=4 expandtab: */