X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.c;h=fa67e367f14aa419bf6cec47a55b9b5f28231a36;hb=62d9a341381729a02ee174f25f197b22499e189f;hp=daa65379f3d50e4201a60c7ea0f91976c3ed7126;hpb=0fb1d4d5079d96c857990b27f1d005568817c0f9;p=chaz%2Fopenbox diff --git a/openbox/client.c b/openbox/client.c index daa65379..fa67e367 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -3519,10 +3519,6 @@ gboolean client_focus(ObClient *self) self = client_focus_target(self); if (!client_can_focus(self)) { - if (!self->frame->visible) { - /* update the focus lists */ - focus_order_to_top(self); - } ob_debug_type(OB_DEBUG_FOCUS, "Client %s can't be focused\n", self->title); return FALSE;