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.
This commit is contained in:
Matthias Clasen
2020-04-02 17:30:54 -04:00
parent 94a2827ed9
commit d5264673cb

View File

@ -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