comparison client.c @ 245:bc3f69dcf719

togglemax repects inc-hints (this way gvim can be toggle'maxed as well)
author Anselm R.Garbe <arg@10ksloc.org>
date Thu, 10 Aug 2006 16:35:36 +0200
parents e5390f8e06b9
children 2ab6be9cd3ff
comparison
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;