diff src/video/x11/SDL_eventtouch.h @ 4645:0375d020e7e3

Auto-detects Wacom touch devices.
author Jim Grandpre <jim.tla@gmail.com>
date Mon, 31 May 2010 00:24:37 -0400
parents 8806b78988f7
children
line wrap: on
line diff
--- a/src/video/x11/SDL_eventtouch.h	Sat May 29 02:09:16 2010 -0400
+++ b/src/video/x11/SDL_eventtouch.h	Mon May 31 00:24:37 2010 -0400
@@ -35,8 +35,8 @@
 } EventTouchData;
 #endif
 
-//extern void X11_InitMouse(_THIS);
-//extern void X11_QuitMouse(_THIS);
+extern void X11_InitTouch(_THIS);
+extern void X11_QuitTouch(_THIS);
 
 #endif /* _SDL_eventtouch_h */