This commit is contained in:
rhp
2001-05-31 06:42:58 +00:00
parent 1785975f38
commit ebb2b489b0
13 changed files with 721 additions and 31 deletions

View File

@ -34,6 +34,10 @@ main (int argc, char **argv)
{
meta_main_loop = g_main_loop_new (NULL, FALSE);
meta_set_verbose (TRUE);
meta_set_debugging (TRUE);
meta_set_syncing (g_getenv ("METACITY_SYNC") != NULL);
meta_errors_init ();
if (!meta_display_open (NULL))