mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 21:34:09 +00:00
keybindings: Fix another place we unfreeze on the wrong xdisplay
This commit is contained in:
parent
03efa3ccbc
commit
d456e68375
@ -1716,9 +1716,7 @@ process_iso_next_group (MetaDisplay *display,
|
|||||||
remain frozen. It's the signal handler's responsibility
|
remain frozen. It's the signal handler's responsibility
|
||||||
to unfreeze it. */
|
to unfreeze it. */
|
||||||
if (!meta_display_modifiers_accelerator_activate (display))
|
if (!meta_display_modifiers_accelerator_activate (display))
|
||||||
XIAllowEvents (display->xdisplay,
|
meta_display_unfreeze_keyboard (display, event->time);
|
||||||
clutter_input_device_get_device_id (event->device),
|
|
||||||
XIAsyncDevice, event->time);
|
|
||||||
activate = TRUE;
|
activate = TRUE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user