mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
Make debug messages work earlier
We need to be able to produce debug output during module loading. This change ensures that we can.
This commit is contained in:
parent
122e7b16e6
commit
5ec41fb47b
@ -629,10 +629,10 @@ gettext_initialization (void)
|
||||
static void
|
||||
default_display_notify_cb (GdkDisplayManager *dm)
|
||||
{
|
||||
debug_flags[0].display = gdk_display_get_default ();
|
||||
gtk_print_backends_init ();
|
||||
gtk_im_modules_init ();
|
||||
_gtk_accessibility_init ();
|
||||
debug_flags[0].display = gdk_display_get_default ();
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user