diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-03-03 08:03:16 -0500 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2008-03-03 17:11:52 +0100 |
| commit | 41a1f89613b72dd0006441a21213d4eb7ffa1cb7 (patch) | |
| tree | c5d60dfad37f363cca946d6d787c2def3a83f3fa /openbox | |
| parent | d78ae0546dae17eda6084a1bd33e63637ba802e5 (diff) | |
make --debug-focus and --debug-session only show their appropriate messages so you can filter easier
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/openbox.c | 4 |
1 files changed, 0 insertions, 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")) { |
