summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontextwayland.c
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2021-12-04 00:15:54 +0100
committerCarlos Garnacho <carlosg@gnome.org>2021-12-04 00:21:53 +0100
commitce1b970b468f16046f08b84d75d871e594d68a45 (patch)
treec43fb2b8fc978f8419482049ae6d3f09f928e408 /gtk/gtkimcontextwayland.c
parentceb77d61008aa769aee8ef796f336a422766dc33 (diff)
downloadgtk+-ce1b970b468f16046f08b84d75d871e594d68a45.tar.gz
gtkimcontextwayland: Set a higher IO extension priority
We want this to take precedence in the wayland platform to other modules that might be loaded via the IO extension point. None of those is going to bode well in this platform. Fixes: https://gitlab.gnome.org/GNOME/gtk/-/issues/4443
Diffstat (limited to 'gtk/gtkimcontextwayland.c')
-rw-r--r--gtk/gtkimcontextwayland.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkimcontextwayland.c b/gtk/gtkimcontextwayland.c
index 9f4df8954b..8b372d048f 100644
--- a/gtk/gtkimcontextwayland.c
+++ b/gtk/gtkimcontextwayland.c
@@ -101,7 +101,7 @@ G_DEFINE_TYPE_WITH_CODE (GtkIMContextWayland, gtk_im_context_wayland, GTK_TYPE_I
g_io_extension_point_implement (GTK_IM_MODULE_EXTENSION_POINT_NAME,
g_define_type_id,
"wayland",
- 0));
+ 100));
#define GTK_IM_CONTEXT_WAYLAND(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), gtk_im_context_wayland_get_type (), GtkIMContextWayland))