mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
Jasper St. Pierre
413e39ecbb
keybindings: Fix <Super> key crash
If we exit early as not handled, then the normal process_event handler will fire, and trigger the overlay-key binding. As that's a special binding that doesn't have a handler, trying to trigger that handler will crash mutter. Instead of returning early, just check for xdisplay every time we try to drive the X grab state machine. We really need a better solution for this on the Wayland side.
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%