Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
this variant is known to work, but focus() is ugly - we need in general a better...
[dwm.git]
/
main.c
diff --git
a/main.c
b/main.c
index
5818838
..
ae5d6ef
100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-41,7
+41,7
@@
static void
cleanup(void) {
close(STDIN_FILENO);
while(stack) {
- resize(stack, True
, TopLeft
);
+ resize(stack, True);
unmanage(stack);
}
if(dc.font.set)