[mutter] keybindings: Fix another place we unfreeze on the wrong xdisplay
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] keybindings: Fix another place we unfreeze on the wrong xdisplay
- Date: Wed, 30 Apr 2014 13:33:40 +0000 (UTC)
commit d456e68375c9453c4467b89a88bdfdf26dd166f9
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Wed Apr 30 09:32:13 2014 -0400
keybindings: Fix another place we unfreeze on the wrong xdisplay
src/core/keybindings.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/core/keybindings.c b/src/core/keybindings.c
index 515f71d..bf9be99 100644
--- a/src/core/keybindings.c
+++ b/src/core/keybindings.c
@@ -1716,9 +1716,7 @@ process_iso_next_group (MetaDisplay *display,
remain frozen. It's the signal handler's responsibility
to unfreeze it. */
if (!meta_display_modifiers_accelerator_activate (display))
- XIAllowEvents (display->xdisplay,
- clutter_input_device_get_device_id (event->device),
- XIAsyncDevice, event->time);
+ meta_display_unfreeze_keyboard (display, event->time);
activate = TRUE;
break;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]