mirror of
https://github.com/brl/mutter.git
synced 2025-03-20 10:15:07 +00:00

In test situations we sometimes do not create a libinput context, so our check on dispose to see if we need closing the input thread is off if META_SEAT_NATIVE_FLAG_NO_LIBINPUT was provided. Check the input thread existing instead, since that is the thing we want to undo here. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3153>