JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed several things, nearly feature complete
[dwm.git] / main.c
diff --git a/main.c b/main.c
index eff5ce9..7b150f6 100644 (file)
--- a/main.c
+++ b/main.c
@@ -168,7 +168,7 @@ static void
 cleanup()
 {
        while(sel) {
-               resize(sel);
+               resize(sel, True);
                unmanage(sel);
        }
        XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime);