Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
reverting to optimised compiler options, current state seems stable
[dwm.git]
/
dwm.c
diff --git
a/dwm.c
b/dwm.c
index
d71bb58
..
5822944
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-1679,7
+1679,7
@@
void
updategeom(void) {
int i, n = 1;
Client *c;
- Monitor *newmons = NULL, *m, *tm;
+ Monitor *newmons = NULL, *m
= NULL
, *tm;
#ifdef XINERAMA
XineramaScreenInfo *info = NULL;