mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
backend: Ensure touch event coordinates are translated to the stage's
Now that those events are going to be received, coordinates translation should also happen on those.
This commit is contained in:
parent
c5db56da5c
commit
6a02d7dfa3
@ -117,6 +117,9 @@ maybe_spoof_event_as_stage_event (MetaBackendX11 *x11,
|
||||
case XI_ButtonRelease:
|
||||
case XI_KeyPress:
|
||||
case XI_KeyRelease:
|
||||
case XI_TouchBegin:
|
||||
case XI_TouchUpdate:
|
||||
case XI_TouchEnd:
|
||||
translate_device_event (x11, (XIDeviceEvent *) input_event);
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user