X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.c;h=0f399be73e02a21e2817df2ec8fe4ea570a21b17;hb=7cf4c970ae89f06aa77345900f96a310400c8595;hp=ae0294af53bb20ca8107d8eb42db59b4d10019d2;hpb=6a9d502f2020a73202b919ee3e9d85999ededd0f;p=chaz%2Fopenbox diff --git a/openbox/focus.c b/openbox/focus.c index ae0294af..0f399be7 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -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; } }