]> Dogcows Code - chaz/openbox/commitdiff
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 8950a31e1499e42a2e34d296e6207973c8f9f6a9..1de349baaad7c9524a9a6647690fae0f25c8e04f 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);
This page took 0.023585 seconds and 4 git commands to generate.