Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
a207949
)
using -Os again, zoom is ignored in floating mode or on floating clients
author
[email protected]
<unknown>
Sat, 5 Aug 2006 12:56:32 +0000
(14:56 +0200)
committer
[email protected]
<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
7c3b28b
..
589b73e
100644
(file)
--- a/
client.c
+++ b/
client.c
@@
-466,7
+466,7
@@
zoom(Arg *arg)
{
Client *c;
{
Client *c;
- if(!sel)
+ if(!sel
|| arrange != dotile
)
return;
if(sel == getnext(clients) && sel->next) {
return;
if(sel == getnext(clients) && sel->next) {
diff --git
a/config.mk
b/config.mk
index
4657aff
..
164fe73
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
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}
LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}