diff src/video/win32/SDL_win32video.h @ 2974:d2f68ec8c1d0

The mouse position is relative to the client window. Fixed setting the mouse focus when the mouse enters/leaves the window.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 03 Jan 2009 06:03:56 +0000
parents 99210400e8b9
children 6338b7f2d024
line wrap: on
line diff
--- a/src/video/win32/SDL_win32video.h	Sat Jan 03 05:42:18 2009 +0000
+++ b/src/video/win32/SDL_win32video.h	Sat Jan 03 06:03:56 2009 +0000
@@ -75,7 +75,6 @@
     BOOL (*WTClose) (HCTX);
 /* *INDENT-ON* */
 
-    int mouse;
     int keyboard;
     SDL_scancode *key_layout;
 } SDL_VideoData;