JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed cleanup, using clients instead of sel
authorarg@mig29 <unknown>
Tue, 2 Jan 2007 13:40:18 +0000 (14:40 +0100)
committerarg@mig29 <unknown>
Tue, 2 Jan 2007 13:40:18 +0000 (14:40 +0100)
main.c

diff --git a/main.c b/main.c
index c42d1ff..5a22982 100644 (file)
--- a/main.c
+++ b/main.c
@@ -40,9 +40,9 @@ static Bool otherwm, readin;
 static void
 cleanup(void) {
        close(STDIN_FILENO);
-       while(sel) {
-               resize(sel, True, TopLeft);
-               unmanage(sel);
+       while(clients) {
+               resize(clients, True, TopLeft);
+               unmanage(clients);
        }
        if(dc.font.set)
                XFreeFontSet(dpy, dc.font.set);