pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01056b6
)
update
author
Anselm R Garbe
<garbeam@gmail.com>
Tue, 8 Sep 2009 12:33:58 +0000
(13:33 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Tue, 8 Sep 2009 12:33:58 +0000
(13:33 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
cb296b5
..
7d19b07
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-1652,6
+1652,7
@@
unmanage(Client *c, Bool destroyed) {
}
free(c);
focus(NULL);
+ arrange();
}
void