X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.c;h=234764178ea6df7bdd948c88feff242e42397a9a;hb=221415e97c2279e0245d643f120b6558af72879e;hp=73b9615c0fb907bed2a2d2dd246f761378cfba93;hpb=3044e8713197ad2a4ef680445c9a4d367aa5b0a6;p=chaz%2Fopenbox diff --git a/openbox/openbox.c b/openbox/openbox.c index 73b9615c..23476417 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -243,7 +243,6 @@ int main(int argc, char **argv) if (ob_rr_theme == NULL) exit_with_error("Unable to load a theme."); - frame_startup(); moveresize_startup(); screen_startup(); group_startup(); @@ -271,7 +270,6 @@ int main(int argc, char **argv) screen_shutdown(); focus_shutdown(); moveresize_shutdown(); - frame_shutdown(); menu_shutdown(); window_shutdown(); grab_shutdown(); @@ -523,6 +521,8 @@ static void parse_args(int argc, char **argv) } else if (!strcmp(argv[i], "--help")) { print_help(); exit(0); + } else if (!strcmp(argv[i], "--g-fatal-warnings")) { + g_log_set_always_fatal(G_LOG_LEVEL_CRITICAL); } else if (!strcmp(argv[i], "--sync")) { xsync = TRUE; #ifdef USE_SM