mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 21:17:54 +00:00
[client] wm: specify SDL_FALSE to SDL_SetWindowGrab in wmUngrabPointer
This commit is contained in:
parent
fc0d82d490
commit
ceab5f597b
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ void wmUngrabPointer()
|
|||
break;
|
||||
|
||||
default:
|
||||
SDL_SetWindowGrab(g_state.window, SDL_TRUE);
|
||||
SDL_SetWindowGrab(g_state.window, SDL_FALSE);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue