X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.c;h=3ef71e92f510a82bf5d2373b8d1edb9662d63cf5;hb=05e9cb73ceffa9cb15732dbf307355394e608b2a;hp=7dbb4d0b81aa98ba91a0f49c1b79ccfe9fedb9aa;hpb=db75d406ce6194dd85c142616071e55f9b831f60;p=chaz%2Fopenbox diff --git a/openbox/client.c b/openbox/client.c index 7dbb4d0b..3ef71e92 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1901,8 +1901,6 @@ gboolean client_focus(Client *self) if (client_focused(self)) return TRUE; - g_print("Focusing: %lx\n", self->window); - if (self->can_focus) XSetInputFocus(ob_display, self->window, RevertToNone, CurrentTime); @@ -1928,7 +1926,6 @@ gboolean client_focus(Client *self) void client_unfocus(Client *self) { g_assert(focus_client == self); - g_print("UNFocusing: %lx\n", self->window); focus_set_client(NULL); }