]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
this is a big one! im putting stats in here just cuz!
[chaz/openbox] / openbox / focus.c
index 8950a31e1499e42a2e34d296e6207973c8f9f6a9..de98d63bacea38b3667f9e2177dd8e6d8ebab500 100644 (file)
@@ -10,7 +10,6 @@
 #include "prop.h"
 #include "dispatch.h"
 #include "focus.h"
-#include "parse.h"
 #include "stacking.h"
 #include "popup.h"
 
@@ -81,6 +80,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.023109 seconds and 4 git commands to generate.