]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
add a menuOverlap property to themes, and use it in the submenu placement
[chaz/openbox] / openbox / openbox.c
index 4c36022cbe55ee32545b9deacd12ecfd4ad99538..234764178ea6df7bdd948c88feff242e42397a9a 100644 (file)
@@ -521,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
This page took 0.020481 seconds and 4 git commands to generate.