2008/5/29, Anselm R. Garbe <arg_AT_suckless.org>:
> > - 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 .Received on Fri May 30 2008 - 15:49:02 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:46:00 UTC