mutter/src/backends/x11
Carlos Garnacho 704cae1de3 backend: Use the most recent event time on replayed touch events
When a touch sequence is passively grabbed and later rejected, events
will be replayed on the next client in propagation order, although those
events (either transformed to pointer events or not) will contain the
original timestamps, this will make grabs fail with InvalidTime if triggered
from the replayed ButtonPress/TouchBegin handler.

In order to work around this, store the most recent event time (presumably
gotten from the XI_TouchEnd caused by the passive grab being rejected), and
use that time on the events being replayed afterwards and grabs, so we don't
possibly fail with InvalidTime if those events result in a compositor grab.
2014-07-08 11:21:29 -04:00
..
meta-backend-x11.c backend: Use the most recent event time on replayed touch events 2014-07-08 11:21:29 -04:00
meta-backend-x11.h x11: Add simple cursor renderer 2014-05-17 13:27:16 -04:00
meta-cursor-renderer-x11.c x11: Add simple cursor renderer 2014-05-17 13:27:16 -04:00
meta-cursor-renderer-x11.h x11: Add simple cursor renderer 2014-05-17 13:27:16 -04:00
meta-idle-monitor-xsync.c idle-monitor-xsync: Clean up includes 2014-04-23 13:27:11 -04:00
meta-idle-monitor-xsync.h backends: Start on an initial MetaBackend object 2014-04-21 20:25:21 -04:00
meta-monitor-manager-xrandr.c monitor-manager: Rename output_id to winsys_id 2014-07-01 13:24:34 -04:00
meta-monitor-manager-xrandr.h monitor: Remove handle_xevent as a generic method 2014-04-23 12:15:12 -04:00