Anselm R Garbe 17 anos atrás
pai
commit
7ac4f8a4af
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      dwm.c

+ 1 - 1
dwm.c

@@ -1724,7 +1724,7 @@ updategeom(void) {
 	wx = sx;
 	wy = sy;
 	ww = sw;
-	sh = sh - bh;
+	wh = sh - bh;
 
 	/* master area geometry */
 	mfact = MFACT;