comparison view.c @ 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 d6d1d0033e3c
comparison
equal deleted inserted replaced
512:aca04c3022c1 513:e43292f339ea
192 c->x = sx; 192 c->x = sx;
193 c->y = sy + bh; 193 c->y = sy + bh;
194 break; 194 break;
195 case StackBottom: 195 case StackBottom:
196 c->x = sx; 196 c->x = sx;
197 c->y = sy + master; 197 c->y = sy + master + bh;
198 break; 198 break;
199 case StackRight: 199 case StackRight:
200 c->x = sx + master; 200 c->x = sx + master;
201 c->y = sy + bh; 201 c->y = sy + bh;
202 break; 202 break;