diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-05-24 08:39:14 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-05-24 08:39:14 +0000 |
| commit | 26ebe251a9231c967e70d3c5bd0cfcf872acddae (patch) | |
| tree | d5d58e91cc22993292a951d1b255f2fb1b535090 | |
| parent | dc7a267af0b7e4f1240ea3b203e1b21a7224c179 (diff) | |
add a DEBUG_FOCUS print
| -rw-r--r-- | openbox/focus.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/focus.c b/openbox/focus.c index 8950a31e..1de349ba 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -81,6 +81,10 @@ void focus_set_client(Client *client) 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); |
