Mercurial > dwm-meillo
comparison client.c @ 247:c45ba25c3d26
respecting inc hints in floating mode on togglemax
author | Anselm R.Garbe <arg@10ksloc.org> |
---|---|
date | Thu, 10 Aug 2006 17:33:11 +0200 |
parents | 2ab6be9cd3ff |
children | 1227c21588e2 |
comparison
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; |