From ecc95c903ba6c9a548588a79c1093e6372555f2c Mon Sep 17 00:00:00 2001 From: "arg@10ksloc.org" Date: Sat, 5 Aug 2006 14:56:32 +0200 Subject: using -Os again, zoom is ignored in floating mode or on floating clients --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client.c') 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) { -- cgit v1.2.3