JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied Sanders all5.patch (thanks for your weekend session, Sander!)
[dwm.git] / main.c
diff --git a/main.c b/main.c
index 5818838..ae5d6ef 100644 (file)
--- a/main.c
+++ b/main.c
@@ -41,7 +41,7 @@ static void
 cleanup(void) {
        close(STDIN_FILENO);
        while(stack) {
-               resize(stack, True, TopLeft);
+               resize(stack, True);
                unmanage(stack);
        }
        if(dc.font.set)