diff src/video/win32/SDL_win32window.c @ 4694:c24ba2cc9583

Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture
author Sam Lantinga <slouken@libsdl.org>
date Sun, 22 Aug 2010 12:07:55 -0700
parents e1664f94f026 03dcb795c583
children 518d1679d2d0
line wrap: on
line diff
--- a/src/video/win32/SDL_win32window.c	Sun Aug 22 11:56:07 2010 -0700
+++ b/src/video/win32/SDL_win32window.c	Sun Aug 22 12:07:55 2010 -0700
@@ -218,6 +218,7 @@
         WIN_SetError("Couldn't create window");
         return -1;
     }
+	//RegisterTouchWindow(hwnd, 0);
 
     WIN_PumpEvents(_this);