using -Os again, zoom is ignored in floating mode or on floating clients

This commit is contained in:
arg@10ksloc.org
2006-08-05 14:56:32 +02:00
parent a207949b65
commit ecc95c903b
2 changed files with 2 additions and 2 deletions

View File

@ -466,7 +466,7 @@ zoom(Arg *arg)
{
Client *c;
if(!sel)
if(!sel || arrange != dotile)
return;
if(sel == getnext(clients) && sel->next) {