Just a quick note about making this patch work with non-standard layouts.

Add the following code before the layout function (bstack, fibonacci,
...) makes a call to resize():

------------------------------------------

        if (c->ftview) {
                c->rx = c->x;
                c->ry = c->y;
                c->rw = c->w;
                c->rh = c->h;
                c->ftview = False;
        }

------------------------------------------


I may put this piece of code in it's own function which should make it
easier to manage.

Hope this helps.

- Abel

Reply via email to