mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 21:43:40 +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)
|
||||
{
|
||||
/* do not pass mouse events to the guest if we do not have focus */
|
||||
if (!g_state.focused)
|
||||
return;
|
||||
|
||||
if (!app_inputEnabled())
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user