always updategeom when root is configured
authornsz@tpx
Mon, 07 Sep 2009 11:46:02 +0200
changeset 1484 487ed0f2e51d
parent 1483 63e19dad219c
child 1485 3cde8e2dc511
always updategeom when root is configured
dwm.c
--- a/dwm.c	Tue Aug 18 15:59:38 2009 +0100
+++ b/dwm.c	Mon Sep 07 11:46:02 2009 +0200
@@ -530,7 +530,7 @@
 	Monitor *m;
 	XConfigureEvent *ev = &e->xconfigure;
 
-	if(ev->window == root && (ev->width != sw || ev->height != sh)) {
+	if(ev->window == root) {
 		sw = ev->width;
 		sh = ev->height;
 		updategeom();