summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
diff options
context:
space:
mode:
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;