diff src/video/win32/SDL_win32video.h @ 1722:5daa04d862f1 SDL-1.3

Added a userdata parameter for event filters. Added a function to filter the existing queued events. Added explicit support for relative mouse mode to the API.
author Sam Lantinga <slouken@libsdl.org>
date Fri, 30 Jun 2006 08:18:44 +0000
parents a1ebb17f9c52
children 6c63fc2bd986
line wrap: on
line diff
--- a/src/video/win32/SDL_win32video.h	Fri Jun 30 05:50:35 2006 +0000
+++ b/src/video/win32/SDL_win32video.h	Fri Jun 30 08:18:44 2006 +0000
@@ -45,7 +45,7 @@
 
 /* Private display data */
 
-typedef struct
+typedef struct SDL_VideoData
 {
     int mouse;
     int keyboard;