debug message for window focus: include window ID
This commit is contained in:
parent
1b62feccac
commit
9edbcc4790
2
src/x.c
2
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. */
|
||||
|
|
Loading…
Reference in New Issue