Commit b76da3f3 authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40610
parent c6059280
...@@ -93,7 +93,7 @@ void HotKey_ToggleGrab(void) ...@@ -93,7 +93,7 @@ void HotKey_ToggleGrab(void)
} else { } else {
printf("Grab was off\n"); printf("Grab was off\n");
} }
mode = SDL_WM_GrabInput(!mode); mode = SDL_WM_GrabInput(mode ? SDL_GRAB_OFF : SDL_GRAB_ON);
if ( mode == SDL_GRAB_ON ) { if ( mode == SDL_GRAB_ON ) {
printf("Grab is now on\n"); printf("Grab is now on\n");
} else { } else {
......
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