using -Os again, zoom is ignored in floating mode or on floating clients
authorarg@10ksloc.org
Sat, 05 Aug 2006 14:56:32 +0200
changeset 199 955b4f217c2d
parent 198 ac90e9e4b9c9
child 200 592b26ac1acc
using -Os again, zoom is ignored in floating mode or on floating clients
client.c
config.mk
--- 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)  {
--- a/config.mk	Sat Aug 05 14:02:25 2006 +0200
+++ b/config.mk	Sat Aug 05 14:56:32 2006 +0200
@@ -15,7 +15,7 @@
 LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
 
 # flags
-CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\"
+CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
 LDFLAGS = ${LIBS}
 #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
 #LDFLAGS = -g ${LIBS}