Skip to content

Synchronize pointer position in Mutter

Carlos Garnacho requested to merge wip/carlosg/sync-pointer-in-mutter into master

There's some situations (mostly relevant to the X11 backend) that it's convenient to synchronize Clutter's view of the pointer position with reality. These were handled in place in GNOME Shell code, but it makes sense to expose less event handling nuts and bolts to the upper layers, so handle them in Mutter.

Merge request reports