summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-21 21:04:35 +0000
committerDana Jansens <danakj@orodu.net>2007-04-21 21:04:35 +0000
commit3f2d342de80d819f5a40b6af1e4cc5478429e6be (patch)
treeee60c0b14202c659e4e767424f316894c50c42d0 /openbox/openbox.c
parentd713bdf4623aa46676f95d1f38618b219ea5d9c9 (diff)
hide focus debugging messages
Diffstat (limited to 'openbox/openbox.c')
-rw-r--r--openbox/openbox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c
index 5c4905ee..08360d45 100644
--- a/openbox/openbox.c
+++ b/openbox/openbox.c
@@ -100,6 +100,9 @@ gint main(gint argc, gchar **argv)
{
#ifdef DEBUG
ob_debug_show_output(TRUE);
+#ifdef DEBUG_FOCUS
+ ob_debug_enable(OB_DEBUG_FOCUS, TRUE);
+#endif
#endif
state = OB_STATE_STARTING;