client.c
changeset 247 c45ba25c3d26
parent 246 2ab6be9cd3ff
child 248 1227c21588e2
equal deleted inserted replaced
246:2ab6be9cd3ff 247:c45ba25c3d26
   409 		sel->y = sy + bh;
   409 		sel->y = sy + bh;
   410 		sel->w = sw - 2;
   410 		sel->w = sw - 2;
   411 		sel->h = sh - 2 - bh;
   411 		sel->h = sh - 2 - bh;
   412 
   412 
   413 		higher(sel);
   413 		higher(sel);
   414 		resize(sel, False, TopLeft);
   414 		resize(sel, arrange == dofloat, TopLeft);
   415 
   415 
   416 		sel->x = ox;
   416 		sel->x = ox;
   417 		sel->y = oy;
   417 		sel->y = oy;
   418 		sel->w = ow;
   418 		sel->w = ow;
   419 		sel->h = oh;
   419 		sel->h = oh;