From: arg@10ksloc.org Date: Sat, 5 Aug 2006 12:57:26 +0000 (+0200) Subject: small fix of the last commit X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=f4208e7cacd56de70d50218a0b5ace83e39b76a6;hp=ecc95c903ba6c9a548588a79c1093e6372555f2c;p=dwm.git small fix of the last commit --- diff --git a/client.c b/client.c index 589b73e..6531410 100644 --- a/client.c +++ b/client.c @@ -466,7 +466,7 @@ zoom(Arg *arg) { Client *c; - if(!sel || arrange != dotile) + if(!sel || (arrange != dotile) || sel->isfloat) return; if(sel == getnext(clients) && sel->next) {