On 11/5/07, Anselm R. Garbe <[EMAIL PROTECTED]> wrote: > No, if tile() would depend on the focus history you won't be > able to ever focus something else, than the master client.
yes and that's what we want in a fullscreen layout (the focused client is always the maximized) are there any stack dependent tile() implementation? if there is then the solution could be: calc_focused(); layout->arrange(); adjust_stack(); which is a bit ugly and increases complexity...
