mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-22 11:48:10 +00:00
[client] x11: removed left behind ifdef for XINPUT
This commit is contained in:
parent
f9faa0542b
commit
0bd1bb5075
1 changed files with 0 additions and 2 deletions
|
@ -222,7 +222,6 @@ static bool x11EventFilter(SDL_Event * event)
|
|||
}
|
||||
return false;
|
||||
|
||||
#if SDL_VIDEO_DRIVER_X11_XINPUT2
|
||||
case SDL_KEYDOWN:
|
||||
case SDL_KEYUP:
|
||||
case SDL_MOUSEMOTION:
|
||||
|
@ -230,7 +229,6 @@ static bool x11EventFilter(SDL_Event * event)
|
|||
case SDL_MOUSEBUTTONUP:
|
||||
case SDL_MOUSEWHEEL:
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
|
||||
if (event->type != SDL_SYSWMEVENT)
|
||||
|
|
Loading…
Reference in a new issue