pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07ad298
)
added missing scan
author
Anselm R Garbe
<garbeam@gmail.com>
Tue, 22 Sep 2009 08:16:48 +0000
(09:16 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Tue, 22 Sep 2009 08:16:48 +0000
(09:16 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
8ddc072
..
0d2f670
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-1769,6
+1769,7
@@
updategeom(void) {
else { /* less monitors available */
cleanup();
setup();
+ scan();
}
free(unique);
}