Mercurial > sdl-ios-xcode
diff src/video/quartz/SDL_QuartzVideo.m @ 823:d67e76f25874
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 15 Feb 2004 03:42:56 +0000 |
parents | 428f688f2ad2 |
children | f003714db2f4 |
line wrap: on
line diff
--- a/src/video/quartz/SDL_QuartzVideo.m Sat Feb 14 23:45:42 2004 +0000 +++ b/src/video/quartz/SDL_QuartzVideo.m Sun Feb 15 03:42:56 2004 +0000 @@ -203,7 +203,7 @@ current_grab_mode = SDL_GRAB_OFF; cursor_should_be_visible = YES; cursor_visible = YES; - current_mods = -1; + current_mods = 0; /* register for sleep notifications so wake from sleep generates SDL_VIDEOEXPOSE */ QZ_RegisterForSleepNotifications (this);