# HG changeset patch # User Sam Lantinga # Date 1076816576 0 # Node ID d67e76f25874b88cb61c4ed04bf52bdf27a6c6ce # Parent abb915adb1b0c93e4c36f9e0816bc59ac63f8031 *** empty log message *** diff -r abb915adb1b0 -r d67e76f25874 src/video/quartz/SDL_QuartzVideo.m --- 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);