From 41a1f89613b72dd0006441a21213d4eb7ffa1cb7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 3 Mar 2008 08:03:16 -0500 Subject: [PATCH] make --debug-focus and --debug-session only show their appropriate messages so you can filter easier --- openbox/openbox.c | 4 ---- 1 file changed, 4 deletions(-) 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")) { -- 2.44.0