Skip to content
Commit ed8275ec authored by Jonas Ådahl's avatar Jonas Ådahl Committed by Marge Bot
Browse files

wayland/seat: Don't double-disable input classes

We'd set the capabilities to 'none', meaning all previously enabled
device classes would be disabled. That means we shouldn't re-disable
them directly after.

This ensures '..disable()' is only called once for every '..enable()'.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2657>
parent 7e7a639c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment