thotfix - dwm - [fork] customized build of dwm, the dynamic window manager
HTML git clone git://src.adamsgaard.dk/dwm
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 7ac4f8a4afd9766d485b03bff4c6cc02cbe3696c
DIR parent 7eb26288fc6aa4c8850f41d475230b1619df622b
HTML Author: Anselm R Garbe <garbeam@gmail.com>
Date: Sun, 11 May 2008 20:22:20 +0100
hotfix
Diffstat:
M dwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/dwm.c b/dwm.c
t@@ -1724,7 +1724,7 @@ updategeom(void) {
wx = sx;
wy = sy;
ww = sw;
- sh = sh - bh;
+ wh = sh - bh;
/* master area geometry */
mfact = MFACT;