Introduction
Introduction Statistics Contact Development Disclaimer Help
tfixed small offset issue - dwm - [fork] customized build of dwm, the dynamic w…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit f833d109d1a7190344899aee1696bcbcd7b7ee71
parent 7225c99903c1a7ada44d575251e3aca64625a172
Author: Anselm R. Garbe <[email protected]>
Date: Fri, 29 Sep 2006 17:15:05 +0200
fixed small offset issue
Diffstat:
M view.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/view.c b/view.c
t@@ -194,7 +194,7 @@ dotile(Arg *arg) {
break;
case StackBottom:
c->x = sx;
- c->y = sy + master;
+ c->y = sy + master + bh;
break;
case StackRight:
c->x = sx + master;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.