can you publish the fibonacci for >=4.8 in the web?

On Wed, 26 Mar 2008 17:18:06 +0100
Valentin <[EMAIL PROTECTED]> wrote:

> Thank you, that already removed a lot of errors, now I just have this
> one left:
> 
> fibonacci.c:13: error: ‘Client’ has no member named ‘ismax’
> 
> The corresponding line is here:
>    for(i = 0, c = nexttiled(clients); c; c = nexttiled(c->next)) {
> -->   c->ismax = False;
>       if((i % 2 && nh / 2 > 2 * c->border)
> 
> I commented it, and it seems to be working fine for now, is there some
> situation where this change could have negative results?
> 
> Also, I can't find anything that seems to ban/unban anything, and
> nexttiled() does get used, so I suppose there's no need to change
> anything for that either.
> 
> Cheers, Valentin
> 
> On Wed, 26 Mar 2008 16:36:30 +0100
> "Anselm R. Garbe" <[EMAIL PROTECTED]> wrote:
> 
> > wax is wx
> > way is wy
> > waw is ww
> > wah is wh
> > 
> > now.
> > 
> > Though you might also check if that version you are trying to
> > adopt does ban/unban stuff -- if so, remove those portions
> > because that's done in arrange() now.
> > 
> > Also, use the nexttiled()-based loop through the client list,
> > there is no need to iterate over all clients anymore.
> > 
> > Kind regards,
> >      Anselm
> > 
> 

Reply via email to