Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from parent 1:
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
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);