mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] all: fix regression with input disable toggle
This commit is contained in:
@@ -312,9 +312,6 @@ static bool x11EventFilter(SDL_Event * event)
|
||||
if (cookie->extension != x11.xinputOp)
|
||||
return false;
|
||||
|
||||
if (!app_inputEnabled())
|
||||
return true;
|
||||
|
||||
switch(cookie->evtype)
|
||||
{
|
||||
case XI_RawKeyPress:
|
||||
|
Reference in New Issue
Block a user