mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 11:59:12 +00:00
abe682efa0
Sending button events to a ClutterVirtualInputDevice, the API expects button codes to be of the internal clutter type. The evdev implementation incorrectly assumed it was already prepared evdev event codes, which was not the case. Fix the evdev implementation to translate from the internal representation to evdev before passing it along to ClutterSeatEvdev. https://gitlab.gnome.org/GNOME/mutter/merge_requests/190 (cherry picked from commit 24aef44baf5d9dddf0e459e0a38cfb67d8457a88)