]> git.sur5r.net Git - i3/i3/commitdiff
debug message for window focus: include window ID
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 27 Dec 2012 15:58:46 +0000 (16:58 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 27 Dec 2012 15:58:46 +0000 (16:58 +0100)
src/x.c

diff --git a/src/x.c b/src/x.c
index 3a658a728acc593b85d262daf2ef34a32d24faba..e3b31bfa2709e66ac56395539d9a6a61f5d57a1b 100644 (file)
--- 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. */