all repos — dwm @ f833d109d1a7190344899aee1696bcbcd7b7ee71

my dwm build

fixed small offset issue
Anselm R. Garbe arg@10kloc.org
Fri, 29 Sep 2006 17:15:05 +0200
commit

f833d109d1a7190344899aee1696bcbcd7b7ee71

parent

7225c99903c1a7ada44d575251e3aca64625a172

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M view.cview.c

@@ -194,7 +194,7 @@ c->y = sy + bh;

break; case StackBottom: c->x = sx; - c->y = sy + master; + c->y = sy + master + bh; break; case StackRight: c->x = sx + master;