diff src/video/SDL_sysvideo.h @ 3517:e7eec78e4b92

Fixed mouse events for fullscreen windows on Mac OS X
author Sam Lantinga <slouken@libsdl.org>
date Thu, 03 Dec 2009 08:33:39 +0000
parents 42cfa69e351b
children 59ff7a2beb57
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h	Thu Dec 03 05:05:26 2009 +0000
+++ b/src/video/SDL_sysvideo.h	Thu Dec 03 08:33:39 2009 +0000
@@ -171,6 +171,7 @@
 
     int num_windows;
     SDL_Window *windows;
+    SDL_Window *fullscreen_window;
 
     SDL_Renderer *current_renderer;