author | Sam Lantinga <slouken@libsdl.org> |
Sun, 15 Feb 2004 03:42:56 +0000 | |
changeset 823 | d67e76f25874 |
parent 822 | abb915adb1b0 |
child 824 | a3bf0451c79b |
--- 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);