[gtk/gtk-3-24] wayland: Load .Compose in imwayland too
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-3-24] wayland: Load .Compose in imwayland too
- Date: Thu, 2 Apr 2020 21:32:32 +0000 (UTC)
commit d5264673cbe1a98a10f9c7a24195d18a3a0cb872
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Apr 2 17:30:54 2020 -0400
wayland: Load .Compose in imwayland too
GtkIMContextSimple loads custom compose sequences
in its set_client_window implmentation, so we need
to chain up in order to not lose those.
modules/input/imwayland.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/modules/input/imwayland.c b/modules/input/imwayland.c
index 1d7fdba8cc..8f697bec1b 100644
--- a/modules/input/imwayland.c
+++ b/modules/input/imwayland.c
@@ -644,6 +644,8 @@ gtk_im_context_wayland_set_client_window (GtkIMContext *context,
context_wayland->gesture = gesture;
}
}
+
+ GTK_IM_CONTEXT_CLASS (parent_class)->set_client_window (context, window);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]