all repos — dwm @ 38e9b67026003fdce065ec220d2195232c881538

my dwm build

if compiled without XINERAMA support assume 1 monitor by default (n = 1)
Anselm R Garbe anselm@garbe.us
Tue, 23 Jun 2009 16:28:37 +0100
commit

38e9b67026003fdce065ec220d2195232c881538

parent

a3bbdb1b7bb30d3f11c24bf74414ee11f745688d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M dwm.cdwm.c

@@ -1632,7 +1632,7 @@ }

void updategeom(void) { - int i, n; + int i, n = 1; Client *c; Monitor *newmons = NULL, *m;