X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.c;h=9d4f2e6e5afc51acbf99d7a59d9e331031a64427;hb=f154f7b548e1c3ec668d07940905b37a4938bb09;hp=5c5130f6958a3f1d584ae2f4c3db85f0fe435aed;hpb=96a81e8837ae71f5bffe4f2c7c427d2402078393;p=chaz%2Fopenbox diff --git a/openbox/focus.c b/openbox/focus.c index 5c5130f6..9d4f2e6e 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -131,7 +131,6 @@ void focus_fallback(gboolean switching_desks) if (!under) { for (it = focus_order[screen_desktop]; it != NULL; it = it->next) { - g_message("fallback trying 0x%lx", ((Client*)it->data)->window); if (it->data != focus_client && client_normal(it->data)) { /* if we're switching desktops, and we get the already focused window, then we wont get a FocusIn for it, so just restore