Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
changed arg's color scheme
[dwm.git]
/
main.c
diff --git
a/main.c
b/main.c
index
c3526aa
..
47749fe
100644
(file)
--- 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);