aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-08-05 14:57:26 +0200
committerarg@10ksloc.org <unknown>2006-08-05 14:57:26 +0200
commitf4208e7cacd56de70d50218a0b5ace83e39b76a6 (patch)
treee1194fb9fb0aac7ab33da4fe247251dae31988cc /client.c
parentecc95c903ba6c9a548588a79c1093e6372555f2c (diff)
downloaddwm-f4208e7cacd56de70d50218a0b5ace83e39b76a6.tar.gz
small fix of the last commit
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 1 insertions, 1 deletions
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) {