parent
1ea79cc466
commit
a8d2707825
|
@ -40,7 +40,7 @@ MATE_COMPILE_WARNINGS([maximum])
|
|||
|
||||
AM_GLIB_GNU_GETTEXT
|
||||
|
||||
GLIB_REQUIRED=2.32.0
|
||||
GLIB_REQUIRED=2.36.0
|
||||
GIO_REQUIRED=2.25.12
|
||||
VTE_REQUIRED=0.27.1
|
||||
MATE_DESKTOP_REQUIRED=1.9.0
|
||||
|
|
|
@ -527,9 +527,7 @@ get_initial_workspace (void)
|
|||
GdkAtom atom;
|
||||
GdkAtom cardinal_atom;
|
||||
|
||||
#if !GLIB_CHECK_VERSION (2, 36, 0)
|
||||
g_type_init ();
|
||||
#endif
|
||||
|
||||
window = gdk_get_default_root_window();
|
||||
|
||||
|
|
Loading…
Reference in New Issue