projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9056d7e
)
fixed cleanup, using clients instead of sel
author
arg@mig29
<unknown>
Tue, 2 Jan 2007 13:40:18 +0000
(14:40 +0100)
committer
arg@mig29
<unknown>
Tue, 2 Jan 2007 13:40:18 +0000
(14:40 +0100)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index c42d1ffee36d965f19f8dbbecd78c5886825ced0..5a22982270f815c2239cbf4a1a2c063f8712da15 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);