mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
backend-x11: 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
f351c5d304
commit
faf55c4627
@ -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…
Reference in New Issue
Block a user