JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied anudots [un]ban repair patch
[dwm.git] / main.c
diff --git a/main.c b/main.c
index 032fafa..471cfc2 100644 (file)
--- a/main.c
+++ b/main.c
@@ -38,8 +38,7 @@ static void
 cleanup(void) {
        close(STDIN_FILENO);
        while(stack) {
-               if(stack->isbanned)
-                       XMoveWindow(dpy, stack->win, stack->x, stack->y);
+               unban(stack);
                unmanage(stack);
        }
        if(dc.font.set)