mirror of
https://github.com/brl/mutter.git
synced 2025-02-01 22:32:05 +00:00
5cc6becb63
Any given clutter event carries the modifier state as it was before it occured but, for the wayland modifiers event, we want the state including the current event. To fix this, we'll keep our xkb_state instance around instead of the serialized mods. https://bugzilla.gnome.org/show_bug.cgi?id=722847