forked from AuroraMiddleware/gtk
imwayland: Fix parent type
It was inadvertently changed in commit 15cc20e7b
.
https://gitlab.gnome.org/GNOME/gtk/issues/58
Closes: #58
This commit is contained in:
parent
cc6d60afa4
commit
b49c6cdcb1
@ -70,7 +70,7 @@ struct _GtkIMContextWayland
|
|||||||
guint use_preedit : 1;
|
guint use_preedit : 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
G_DEFINE_TYPE_WITH_CODE (GtkIMContextWayland, gtk_im_context_wayland, GTK_TYPE_IM_CONTEXT,
|
G_DEFINE_TYPE_WITH_CODE (GtkIMContextWayland, gtk_im_context_wayland, GTK_TYPE_IM_CONTEXT_SIMPLE,
|
||||||
g_io_extension_point_implement (GTK_IM_MODULE_EXTENSION_POINT_NAME,
|
g_io_extension_point_implement (GTK_IM_MODULE_EXTENSION_POINT_NAME,
|
||||||
g_define_type_id,
|
g_define_type_id,
|
||||||
"wayland",
|
"wayland",
|
||||||
|
Loading…
Reference in New Issue
Block a user