Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
if compiled without XINERAMA support assume 1 monitor by default (n = 1)
[dwm.git]
/
dwm.c
diff --git
a/dwm.c
b/dwm.c
index
66193ef
..
e0a6286
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-1632,7
+1632,7
@@
updatebarpos(Monitor *m) {
void
updategeom(void) {
- int i, n;
+ int i, n
= 1
;
Client *c;
Monitor *newmons = NULL, *m;