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/?p=dwm.git;a=commitdiff_plain;h=f4208e7cacd56de70d50218a0b5ace83e39b76a6 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) {