Anselm R Garbe hace 17 años
padre
commit
7ac4f8a4af
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;