aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.c
diff options
context:
space:
mode:
authorAnselm R Garbe <anselm@garbe.us>2009-07-09 21:49:48 +0200
committerAnselm R Garbe <anselm@garbe.us>2009-07-09 21:49:48 +0200
commit8420fb1cedf067ce230d5d69e5d4edb3031745e7 (patch)
treee586b7325b4502d608f194c565e0557bf0a63640 /dwm.c
parentf6128a16f9f32f8d2498c4f978b82f94da0e24d8 (diff)
downloaddwm-8420fb1cedf067ce230d5d69e5d4edb3031745e7.tar.zst
reverting to optimised compiler options, current state seems stable
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index d71bb58..5822944 100644
--- 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;