Skip to content

clutter/stage: Avoid repicks of TOUCHSCREEN ClutterInputDevices

Jonas Dreßler requested to merge verdre/mutter:event-stuff into main

Something for after the freeze, just fixing a small inconsistency: We trigger repicks on CLUTTER_TOUCHSCREEN_DEVICEs without passing an event sequence, this is useless because TOUCHSCREEN_DEVICEs don't have coordinates associated with them, they just serve as "owner devices" for touch sequences.

Merge request reports