mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
x11: Move initialization code
Move it from GdkDisplayManagerX11.init to GdkDisplay.class_init. This shouldn't cause any problems, but who knows, so keep this patch small. Reason for this is the unification of display managers.
This commit is contained in:
parent
2d35f7a8e1
commit
0122a9da8e
@ -2824,4 +2824,6 @@ gdk_x11_display_class_init (GdkX11DisplayClass * class)
|
||||
display_class->convert_selection = _gdk_x11_display_convert_selection;
|
||||
display_class->text_property_to_utf8_list = _gdk_x11_display_text_property_to_utf8_list;
|
||||
display_class->utf8_to_string_target = _gdk_x11_display_utf8_to_string_target;
|
||||
|
||||
_gdk_x11_windowing_init ();
|
||||
}
|
||||
|
@ -75,7 +75,6 @@ g_initable_iface_init (GInitableIface *iface)
|
||||
static void
|
||||
gdk_x11_display_manager_init (GdkX11DisplayManager *manager)
|
||||
{
|
||||
_gdk_x11_windowing_init ();
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user