all repos — openbox @ 26ebe251a9231c967e70d3c5bd0cfcf872acddae

openbox fork - make it a bit more like ryudo

add a DEBUG_FOCUS print
Dana Jansens danakj@orodu.net
commit

26ebe251a9231c967e70d3c5bd0cfcf872acddae

parent

dc7a267af0b7e4f1240ea3b203e1b21a7224c179

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M openbox/focus.copenbox/focus.c

@@ -81,6 +81,10 @@ {

Window active; Client *old; +#ifdef DEBUG_FOCUS + g_message("focus_set_client 0x%lx", client ? client->window : 0); +#endif + /* uninstall the old colormap, and install the new one */ screen_install_colormap(focus_client, FALSE); screen_install_colormap(client, TRUE);