JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
hotfix
authorAnselm R Garbe <garbeam@gmail.com>
Sun, 11 May 2008 19:22:20 +0000 (20:22 +0100)
committerAnselm R Garbe <garbeam@gmail.com>
Sun, 11 May 2008 19:22:20 +0000 (20:22 +0100)
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;