X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.c;h=dfa9c42dc93ee648157820906d78cc03d8d2b3ab;hb=4cd886e5188549ab48a11b70cb40b65efe916b6c;hp=a04e4d401e64a4e6e12c1f6db7cb282447467fc8;hpb=112629400bab0e12b27e98e11654c76e87466454;p=chaz%2Fopenbox diff --git a/openbox/focus.c b/openbox/focus.c index a04e4d40..dfa9c42d 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -1,3 +1,4 @@ +#include "debug.h" #include "event.h" #include "openbox.h" #include "grab.h" @@ -64,7 +65,7 @@ void focus_set_client(ObClient *client) ObClient *old; #ifdef DEBUG_FOCUS - g_message("focus_set_client 0x%lx", client ? client->window : 0); + ob_debug("focus_set_client 0x%lx\n", client ? client->window : 0); #endif /* uninstall the old colormap, and install the new one */