]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
hide focus debugging messages
[chaz/openbox] / openbox / openbox.c
index 5c4905ee3609cc2de7ab4773ccffc6c47afd9975..08360d45f73ac3829a8b28ee206f3b03634c8982 100644 (file)
@@ -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;
This page took 0.019401 seconds and 4 git commands to generate.