mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-04 06:31:54 +00:00 
			
		
		
		
	[client] x11: removed left behind ifdef for XINPUT
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user