diff options
| author | Anselm R Garbe <[email protected]> | 2008-05-11 20:22:20 +0100 |
|---|---|---|
| committer | Anselm R Garbe <[email protected]> | 2008-05-11 20:22:20 +0100 |
| commit | 7ac4f8a4afd9766d485b03bff4c6cc02cbe3696c (patch) | |
| tree | 468cd191e7a3cd95afee6431109277de8965a3fd /dwm.c | |
| parent | removed Geom stuff, introduced updategeom() again, still view is somewhat bro... (diff) | |
| download | seiwm-7ac4f8a4afd9766d485b03bff4c6cc02cbe3696c.tar.xz seiwm-7ac4f8a4afd9766d485b03bff4c6cc02cbe3696c.zip | |
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; |