mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] spice: remove useless check, the displayserver should do this
This commit is contained in:
parent
8f07744c98
commit
6d162cf92d
@ -1013,10 +1013,6 @@ static void setCursorInView(bool enable)
|
|||||||
|
|
||||||
void app_handleMouseGrabbed(double ex, double ey)
|
void app_handleMouseGrabbed(double ex, double ey)
|
||||||
{
|
{
|
||||||
/* do not pass mouse events to the guest if we do not have focus */
|
|
||||||
if (!g_state.focused)
|
|
||||||
return;
|
|
||||||
|
|
||||||
if (!app_inputEnabled())
|
if (!app_inputEnabled())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user