all repos — openbox @ d3454e326fcaca2b9df81e9ad6aca542c29e7792

openbox fork - make it a bit more like ryudo

add --g-fatal-warnings
Dana Jansens danakj@orodu.net
commit

d3454e326fcaca2b9df81e9ad6aca542c29e7792

parent

1546430f1277758f019b49a6f36a30162933b215

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M openbox/openbox.copenbox/openbox.c

@@ -521,6 +521,8 @@ exit(0);

} 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