aewl

changeset 513:e43292f339ea

fixed small offset issue
author Anselm R. Garbe <arg@10kloc.org>
date Fri, 29 Sep 2006 17:15:05 +0200
parents aca04c3022c1
children 3dd1631824a6
files view.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/view.c	Fri Sep 29 17:12:57 2006 +0200
     1.2 +++ b/view.c	Fri Sep 29 17:15:05 2006 +0200
     1.3 @@ -194,7 +194,7 @@
     1.4  					break;
     1.5  				case StackBottom:
     1.6  					c->x = sx;
     1.7 -					c->y = sy + master;
     1.8 +					c->y = sy + master + bh;
     1.9  					break;
    1.10  				case StackRight:
    1.11  					c->x = sx + master;