Skip to content

Dispose libinput_device in the input thread

Carlos Garnacho requested to merge wip/carlosg/dispose-libinput-device into master

The libinput_device may end up destroyed from the main thread. Avoid that by disposing the device early when emitting CLUTTER_DEVICE_REMOVED.

Merge request reports