Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP2
mutter.23815
mutter-wayland-fix-keyboard-move-resize-window....
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mutter-wayland-fix-keyboard-move-resize-window.patch of Package mutter.23815
diff --git a/src/core/keybindings.c b/src/core/keybindings.c index b86272541..b995075fb 100644 --- a/src/core/keybindings.c +++ b/src/core/keybindings.c @@ -1820,12 +1820,12 @@ meta_window_grab_all_keys (MetaWindow *window, meta_topic (META_DEBUG_KEYBINDINGS, "Grabbing all keys on window %s\n", window->desc); retval = grab_keyboard (grabwindow, timestamp, XIGrabModeAsync); - if (retval) - { - window->keys_grabbed = FALSE; - window->all_keys_grabbed = TRUE; - window->grab_on_frame = window->frame != NULL; - } + } + if (retval) + { + window->keys_grabbed = FALSE; + window->all_keys_grabbed = TRUE; + window->grab_on_frame = window->frame != NULL; } return retval; @@ -1835,9 +1835,10 @@ void meta_window_ungrab_all_keys (MetaWindow *window, guint32 timestamp) { - if (!meta_is_wayland_compositor () && window->all_keys_grabbed) + if (window->all_keys_grabbed) { - ungrab_keyboard (timestamp); + if (!meta_is_wayland_compositor()) + ungrab_keyboard (timestamp); window->grab_on_frame = FALSE; window->all_keys_grabbed = FALSE;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor