JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
hotfix
[dwm.git] / dwm.c
diff --git a/dwm.c b/dwm.c
index 6ef2ab2..db3eaaf 100644 (file)
--- a/dwm.c
+++ b/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;