JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
small fix of the last commit
authorarg@10ksloc.org <unknown>
Sat, 5 Aug 2006 12:57:26 +0000 (14:57 +0200)
committerarg@10ksloc.org <unknown>
Sat, 5 Aug 2006 12:57:26 +0000 (14:57 +0200)
client.c

index 589b73e..6531410 100644 (file)
--- 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)  {