diff client.c @ 199:955b4f217c2d

using -Os again, zoom is ignored in floating mode or on floating clients
author arg@10ksloc.org
date Sat, 05 Aug 2006 14:56:32 +0200
parents ac90e9e4b9c9
children 592b26ac1acc
line wrap: on
line diff
--- a/client.c	Sat Aug 05 14:02:25 2006 +0200
+++ b/client.c	Sat Aug 05 14:56:32 2006 +0200
@@ -466,7 +466,7 @@
 {
 	Client *c;
 
-	if(!sel)
+	if(!sel || arrange != dotile)
 		return;
 
 	if(sel == getnext(clients) && sel->next)  {