diff options
author | Anselm R Garbe | 2008-05-11 20:22:20 +0100 |
---|---|---|
committer | Anselm R Garbe | 2008-05-11 20:22:20 +0100 |
commit | 7ac4f8a4afd9766d485b03bff4c6cc02cbe3696c (patch) | |
tree | 468cd191e7a3cd95afee6431109277de8965a3fd /dwm.c | |
parent | 7eb26288fc6aa4c8850f41d475230b1619df622b (diff) |
hotfix
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1724,7 +1724,7 @@ updategeom(void) { wx = sx; wy = sy; ww = sw; - sh = sh - bh; + wh = sh - bh; /* master area geometry */ mfact = MFACT; |