tapplied Szabolcs Nagy's patch (thank you!) - 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 d2a4952956aa21a48ac40d7f650036682cb9d97d
DIR parent 0c97b21b6120137858f390f061d17f065b41d26e
HTML Author: arg@mig29 <unknown>
Date: Mon, 27 Nov 2006 17:46:02 +0100
applied Szabolcs Nagy's patch (thank you!)
Diffstat:
M view.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/view.c b/view.c
t@@ -99,7 +99,7 @@ dotile(void) {
c->x += mpx;
c->w = stackw - 2 * BORDERPX;
if(th > bh) {
- c->y = way + (i - 1) * th;
+ c->y += (i - 1) * th;
c->h = th - 2 * BORDERPX;
}
else /* fallback if th < bh */