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:
Carlos Garnacho 2014-06-19 23:07:54 +02:00 committed by Jasper St. Pierre
parent f351c5d304
commit faf55c4627

View File

@ -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: