JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied anudots [un]ban repair patch
[dwm.git] / layout.c
index f3f8e26..0706c62 100644 (file)
--- a/layout.c
+++ b/layout.c
@@ -88,9 +88,7 @@ floating(void) {
 
        for(c = clients; c; c = c->next)
                if(isvisible(c)) {
-                       if(c->isbanned)
-                               XMoveWindow(dpy, c->win, c->x, c->y);
-                       c->isbanned = False;
+                       unban(c);
                        resize(c, c->x, c->y, c->w, c->h, True);
                }
                else