Mercurial > sdl-ios-xcode
changeset 823:d67e76f25874
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 15 Feb 2004 03:42:56 +0000 |
parents | abb915adb1b0 |
children | a3bf0451c79b |
files | src/video/quartz/SDL_QuartzVideo.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);