aboutsummaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
author[email protected] <unknown>2006-08-05 14:56:32 +0200
committer[email protected] <unknown>2006-08-05 14:56:32 +0200
commitecc95c903ba6c9a548588a79c1093e6372555f2c (patch)
tree33b1bfb0fe381d01f09bb73b32d78c0260f7fc73 /client.c
parentmouse grab needs also to grab for combinations of numlock/lockmask (diff)
downloadseiwm-ecc95c903ba6c9a548588a79c1093e6372555f2c.tar.xz
seiwm-ecc95c903ba6c9a548588a79c1093e6372555f2c.zip
using -Os again, zoom is ignored in floating mode or on floating clients
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 7c3b28b..589b73e 100644
--- a/client.c
+++ b/client.c
@@ -466,7 +466,7 @@ zoom(Arg *arg)
{
Client *c;
- if(!sel)
+ if(!sel || arrange != dotile)
return;
if(sel == getnext(clients) && sel->next) {