>
> if(c == nexttiled(c) && !nexttiled(c->next))
> {
> c->w =waw;
> c->h = wah;
> wc.border_width = 0;
> }
>
nice but
nexttiled is static in view.c and this code should go in client.c
does not handle the "more window, but one of them is maximised" case
but something similar should work
Received on Tue Jan 16 2007 - 19:04:25 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:35:03 UTC