mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-26 07:17:23 +00:00
[client] wm: specify SDL_FALSE to SDL_SetWindowGrab in wmUngrabPointer
This commit is contained in:
parent
fc0d82d490
commit
ceab5f597b
@ -67,7 +67,7 @@ void wmUngrabPointer()
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
SDL_SetWindowGrab(g_state.window, SDL_TRUE);
|
SDL_SetWindowGrab(g_state.window, SDL_FALSE);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user