Skip to content
Commit 37a0544e authored by Daniel Stone's avatar Daniel Stone
Browse files

backend-wayland: Destroy touch device before seat



weston_touch_destroy(), which is called from weston_seat_release(),
asserts that all its touch devices have been destroyed. The Wayland
backend currently destroys the touch devices ... immediately after
calling weston_seat_release().

Invert the ordering so that touch devices are destroyed first and we
don't trip over the assert.

Signed-off-by: default avatarDaniel Stone <daniels@collabora.com>
parent 2c1ed289
Loading
Loading
Loading
Pipeline #486440 passed with stages
in 6 minutes and 9 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment