Skip to content

clutter: Always make the seat handle the events first

Marco Trevisan requested to merge 3v1n0/mutter:make-seat-gret-again into master

Some events such as the proximity one requires a device to be set before we process them, so ensure we process the event details after we've added the device to the seat.

This may lead to handle a device-removed signal before the clutter event but it's anyways not different from what we did before commit 012c0a18

Merge request reports