]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
debug print in focus.c
[chaz/openbox] / openbox / focus.c
index ae0294af53bb20ca8107d8eb42db59b4d10019d2..0f399be73e02a21e2817df2ec8fe4ea570a21b17 100644 (file)
@@ -146,8 +146,9 @@ static ObClient* focus_fallback_target(gboolean allow_refocus, ObClient *old,
              /* if not just see if we could try, or it's already focused */
              (!send_focus && (c == old || client_can_focus(c)))))
         {
-            ob_debug_type(OB_DEBUG_FOCUS, "found in focus order (%d)\n",
-                          send_focus);
+            ob_debug_type(OB_DEBUG_FOCUS, "found in focus order (%d) 0x%x "
+                          "from 0x%x\n",
+                          send_focus, c, old);
             return c;
         }
     }
This page took 0.021421 seconds and 4 git commands to generate.