always updategeom when root is configured 9c066c24
nsz@tpx · 2009-09-07 11:46 1 file(s) · +1 −1
dwm.c +1 −1
530 530
	Monitor *m;
531 531
	XConfigureEvent *ev = &e->xconfigure;
532 532
533 -
	if(ev->window == root && (ev->width != sw || ev->height != sh)) {
533 +
	if(ev->window == root) {
534 534
		sw = ev->width;
535 535
		sh = ev->height;
536 536
		updategeom();