From 26ebe251a9231c967e70d3c5bd0cfcf872acddae Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 24 May 2003 08:39:14 +0000 Subject: [PATCH] add a DEBUG_FOCUS print --- openbox/focus.c | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 2.45.2