about summary refs log tree commit diff stats
path: root/main.c
diff options
context:
space:
mode:
authorarg@mig29 <unknown>2007-01-02 16:25:01 +0100
committerarg@mig29 <unknown>2007-01-02 16:25:01 +0100
commit6a9300e8158ec0c35d92f09e886c653758408948 (patch)
tree9cbe396726db5878ed1cd238c3638ff0253f9ebb /main.c
parentac24f132dba7e59d9d9ff98d984f5e0b0d20fd09 (diff)
downloaddwm-6a9300e8158ec0c35d92f09e886c653758408948.tar.gz
changed arg's color scheme
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.c b/main.c
index c3526aa..47749fe 100644
--- a/main.c
+++ b/main.c
@@ -40,9 +40,9 @@ static Bool otherwm, readin;
 static void
 cleanup(void) {
 	close(STDIN_FILENO);
-	while(clients) {
-		resize(clients, True, TopLeft);
-		unmanage(clients);
+	while(stack) {
+		resize(stack, True, TopLeft);
+		unmanage(stack);
 	}
 	if(dc.font.set)
 		XFreeFontSet(dpy, dc.font.set);
oc.org <unknown> 2006-08-05 14:56:32 +0200 using -Os again, zoom is ignored in floating mode or on floating clients' href='/acidbong/suckless/dwm/commit/config.mk?h=master&id=ecc95c903ba6c9a548588a79c1093e6372555f2c'>ecc95c9 ^
12b1d43 ^
51f6405 ^

d7e1708 ^
71fd06f ^




95766d6 ^
1076f2b
95766d6 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30