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:
@ -644,6 +644,8 @@ gtk_im_context_wayland_set_client_window (GtkIMContext *context,
|
|||||||
context_wayland->gesture = gesture;
|
context_wayland->gesture = gesture;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GTK_IM_CONTEXT_CLASS (parent_class)->set_client_window (context, window);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user