projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a207949
)
using -Os again, zoom is ignored in floating mode or on floating clients
author
arg@10ksloc.org
<unknown>
Sat, 5 Aug 2006 12:56:32 +0000
(14:56 +0200)
committer
arg@10ksloc.org
<unknown>
Sat, 5 Aug 2006 12:56:32 +0000
(14:56 +0200)
client.c
patch
|
blob
|
history
config.mk
patch
|
blob
|
history
diff --git
a/client.c
b/client.c
index 7c3b28b189eea09033b027a9da5187e3f317e2bb..589b73e76431050787555f211d7bc568e315a0f0 100644
(file)
--- 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) {
diff --git
a/config.mk
b/config.mk
index 4657affc7c69bd9c99206451bd714f601e7d943d..164fe73f33382735d1c98fca7baebd34a81f006f 100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-15,7
+15,7
@@
INCS = -I/usr/lib -I${X11INC}
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
# flags
-CFLAGS = -O
3
${INCS} -DVERSION=\"${VERSION}\"
+CFLAGS = -O
s
${INCS} -DVERSION=\"${VERSION}\"
LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}