From: Anselm R Garbe Date: Sun, 11 May 2008 19:22:20 +0000 (+0100) Subject: hotfix X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=7ac4f8a4afd9766d485b03bff4c6cc02cbe3696c hotfix --- diff --git a/dwm.c b/dwm.c index 6ef2ab2..db3eaaf 100644 --- 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;