mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 13:52:57 +00:00
[client] main: release the grab if the host application is stopped
This commit is contained in:
parent
6f39434bdc
commit
d43126f433
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ static void lgInit(void)
|
|||
g_state.formatValid = false;
|
||||
g_state.resizeDone = true;
|
||||
|
||||
core_setCursorInView(false);
|
||||
if (g_cursor.grab)
|
||||
core_setGrab(false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue