2008/5/29, Anselm R. Garbe <[EMAIL PROTECTED]>:
> > -     if(!lt->arrange || sel->isfloating)
> > +     if(!sel || !lt->arrange || ismax || sel->isfloating)
> >               return;

Just a little remark. Now that maximizations are done in arrange() the
|| ismax check here is not neccessary any more (it will never happen:
if(ismax) ... else if(ismax) ...).

Is there any pending questions about dwm 5.0 or can we consider
current hg tip as a release candidate?

-- 


- yiyus || JGL .

Reply via email to