Commit 1cafb7e2 authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40824
parent 1ebb410f
...@@ -203,7 +203,7 @@ static int QZ_VideoInit (_THIS, SDL_PixelFormat *video_format) { ...@@ -203,7 +203,7 @@ static int QZ_VideoInit (_THIS, SDL_PixelFormat *video_format) {
current_grab_mode = SDL_GRAB_OFF; current_grab_mode = SDL_GRAB_OFF;
cursor_should_be_visible = YES; cursor_should_be_visible = YES;
cursor_visible = YES; cursor_visible = YES;
current_mods = -1; current_mods = 0;
/* register for sleep notifications so wake from sleep generates SDL_VIDEOEXPOSE */ /* register for sleep notifications so wake from sleep generates SDL_VIDEOEXPOSE */
QZ_RegisterForSleepNotifications (this); QZ_RegisterForSleepNotifications (this);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment