mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +00:00
[client] spice: obey input:grabKeyboard
This commit is contained in:
parent
2789e73296
commit
f352463d19
@ -1104,6 +1104,7 @@ static void setGrab(bool enable)
|
||||
None,
|
||||
CurrentTime);
|
||||
|
||||
if (params.grabKeyboard)
|
||||
XGrabKeyboard(
|
||||
g_state.wminfo.info.x11.display,
|
||||
g_state.wminfo.info.x11.window,
|
||||
@ -1114,7 +1115,9 @@ static void setGrab(bool enable)
|
||||
}
|
||||
else
|
||||
{
|
||||
if (params.grabKeyboard)
|
||||
XUngrabKeyboard(g_state.wminfo.info.x11.display, CurrentTime);
|
||||
|
||||
XUngrabPointer(g_state.wminfo.info.x11.display, CurrentTime);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user