From: Dana Jansens Date: Mon, 3 Mar 2008 13:03:16 +0000 (-0500) Subject: make --debug-focus and --debug-session only show their appropriate messages so you... X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=41a1f89613b72dd0006441a21213d4eb7ffa1cb7 make --debug-focus and --debug-session only show their appropriate messages so you can filter easier --- diff --git a/openbox/openbox.c b/openbox/openbox.c index 3f286092..bc8fa3bc 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -580,13 +580,9 @@ static void parse_args(gint *argc, gchar **argv) ob_debug_enable(OB_DEBUG_APP_BUGS, TRUE); } else if (!strcmp(argv[i], "--debug-focus")) { - ob_debug_enable(OB_DEBUG_NORMAL, TRUE); - ob_debug_enable(OB_DEBUG_APP_BUGS, TRUE); ob_debug_enable(OB_DEBUG_FOCUS, TRUE); } else if (!strcmp(argv[i], "--debug-session")) { - ob_debug_enable(OB_DEBUG_NORMAL, TRUE); - ob_debug_enable(OB_DEBUG_APP_BUGS, TRUE); ob_debug_enable(OB_DEBUG_SM, TRUE); } else if (!strcmp(argv[i], "--debug-xinerama")) {