mirror of
https://github.com/brl/mutter.git
synced 2025-03-20 18:25:04 +00:00

The core input devices when XInput doesn't work were being created as generic ClutterInputDevices instead of ClutterInputDeviceX11s. This meant the keycode_to_evdev virtual wouldn't work. Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>