From d5264673cbe1a98a10f9c7a24195d18a3a0cb872 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 2 Apr 2020 17:30:54 -0400 Subject: [PATCH] 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