Mercurial > aewl
comparison main.c @ 645:8e6d75c68b69
changed arg's color scheme
author | arg@mig29 |
---|---|
date | Tue, 02 Jan 2007 16:25:01 +0100 |
parents | 1ed8c40dde36 |
children | f3b8c71a69d4 |
comparison
equal
deleted
inserted
replaced
644:1ed8c40dde36 | 645:8e6d75c68b69 |
---|---|
38 static Bool otherwm, readin; | 38 static Bool otherwm, readin; |
39 | 39 |
40 static void | 40 static void |
41 cleanup(void) { | 41 cleanup(void) { |
42 close(STDIN_FILENO); | 42 close(STDIN_FILENO); |
43 while(clients) { | 43 while(stack) { |
44 resize(clients, True, TopLeft); | 44 resize(stack, True, TopLeft); |
45 unmanage(clients); | 45 unmanage(stack); |
46 } | 46 } |
47 if(dc.font.set) | 47 if(dc.font.set) |
48 XFreeFontSet(dpy, dc.font.set); | 48 XFreeFontSet(dpy, dc.font.set); |
49 else | 49 else |
50 XFreeFont(dpy, dc.font.xfont); | 50 XFreeFont(dpy, dc.font.xfont); |