add a DEBUG_FOCUS print
This commit is contained in:
parent
dc7a267af0
commit
26ebe251a9
1 changed files with 4 additions and 0 deletions
|
@ -81,6 +81,10 @@ void focus_set_client(Client *client)
|
||||||
Window active;
|
Window active;
|
||||||
Client *old;
|
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 */
|
/* uninstall the old colormap, and install the new one */
|
||||||
screen_install_colormap(focus_client, FALSE);
|
screen_install_colormap(focus_client, FALSE);
|
||||||
screen_install_colormap(client, TRUE);
|
screen_install_colormap(client, TRUE);
|
||||||
|
|
Loading…
Reference in a new issue