client.c
changeset 245 bc3f69dcf719
parent 239 e5390f8e06b9
child 246 2ab6be9cd3ff
equal deleted inserted replaced
244:2d4f2bacbbc4 245:bc3f69dcf719
   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, True, 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;