view.c
changeset 513 e43292f339ea
parent 512 aca04c3022c1
child 515 d6d1d0033e3c
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;