From ccd95e89e7aeaacce404c7a9dd6f33b663818562 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 15 Feb 2004 03:42:56 +0000 Subject: [PATCH] *** empty log message *** --- src/video/quartz/SDL_QuartzVideo.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/quartz/SDL_QuartzVideo.m b/src/video/quartz/SDL_QuartzVideo.m index c4225a319..aa5de4331 100644 --- a/src/video/quartz/SDL_QuartzVideo.m +++ b/src/video/quartz/SDL_QuartzVideo.m @@ -203,7 +203,7 @@ static int QZ_VideoInit (_THIS, SDL_PixelFormat *video_format) { 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);