From: Michael Stapelberg Date: Thu, 27 Dec 2012 15:58:46 +0000 (+0100) Subject: debug message for window focus: include window ID X-Git-Tag: 4.5~66 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9edbcc4790f1fd8f2a54165aad3d5cc50f6fdff9;p=i3%2Fi3 debug message for window focus: include window ID --- diff --git a/src/x.c b/src/x.c index 3a658a72..e3b31bfa 100644 --- a/src/x.c +++ b/src/x.c @@ -957,7 +957,7 @@ void x_push_changes(Con *con) { } if (set_focus) { - DLOG("Updating focus (focused: %p / %s)\n", focused, focused->name); + DLOG("Updating focus (focused: %p / %s) to X11 window 0x%08x\n", focused, focused->name, to_focus); /* We remove XCB_EVENT_MASK_FOCUS_CHANGE from the event mask to get * no focus change events for our own focus changes. We only want * these generated by the clients. */