Fixed mouse events for fullscreen windows on Mac OS X

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404260
This commit is contained in:
Sam Lantinga 2009-12-03 08:33:39 +00:00
parent 013a718a1f
commit e12e0c04d3
6 changed files with 102 additions and 11 deletions

View file

@ -171,6 +171,7 @@ struct SDL_VideoDisplay
int num_windows;
SDL_Window *windows;
SDL_Window *fullscreen_window;
SDL_Renderer *current_renderer;