Browse Source

using -Os again, zoom is ignored in floating mode or on floating clients

master
arg@10ksloc.org 18 years ago
parent
commit
ecc95c903b
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      client.c
  2. +1
    -1
      config.mk

+ 1
- 1
client.c View File

@ -466,7 +466,7 @@ zoom(Arg *arg)
{
Client *c;
if(!sel)
if(!sel || arrange != dotile)
return;
if(sel == getnext(clients) && sel->next) {


+ 1
- 1
config.mk View File

@ -15,7 +15,7 @@ INCS = -I/usr/lib -I${X11INC}
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}


Loading…
Cancel
Save