From 3f2d342de80d819f5a40b6af1e4cc5478429e6be Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 21 Apr 2007 21:04:35 +0000 Subject: hide focus debugging messages --- openbox/openbox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/openbox.c') 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; -- cgit v1.2.3