diff 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
line wrap: on
line diff
--- a/src/video/x11/SDL_x11touch.h	Sat Jan 01 19:50:50 2011 -0800
+++ b/src/video/x11/SDL_x11touch.h	Sat Jan 01 20:04:50 2011 -0800
@@ -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 @@
 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: */