add a DEBUG_FOCUS print
authorDana Jansens <danakj@orodu.net>
Sat, 24 May 2003 08:39:14 +0000 (08:39 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 24 May 2003 08:39:14 +0000 (08:39 +0000)
openbox/focus.c

index 8950a31..1de349b 100644 (file)
@@ -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);