Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
07ad298
)
added missing scan
author
Anselm R Garbe <
[email protected]
>
Tue, 22 Sep 2009 08:16:48 +0000
(09:16 +0100)
committer
Anselm R Garbe <
[email protected]
>
Tue, 22 Sep 2009 08:16:48 +0000
(09:16 +0100)
dwm.c
diff
|
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);
}