# HG changeset patch # User Anselm R. Garbe # Date 1168030617 -3600 # Node ID 4b8096176bbe74632d395894432a388316962dd6 # Parent 4c6d27f0377349df8e5125ee54c6bd14411d26ac prevent pop() if first sel == nexttiled(clients) diff -r 4c6d27f03773 -r 4b8096176bbe config.mk --- a/config.mk Fri Jan 05 21:55:43 2007 +0100 +++ b/config.mk Fri Jan 05 21:56:57 2007 +0100 @@ -17,8 +17,8 @@ # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" LDFLAGS = ${LIBS} -CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -LDFLAGS = -g ${LIBS} +#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" +#LDFLAGS = -g ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" diff -r 4c6d27f03773 -r 4b8096176bbe view.c --- a/view.c Fri Jan 05 21:55:43 2007 +0100 +++ b/view.c Fri Jan 05 21:56:57 2007 +0100 @@ -261,7 +261,7 @@ n++; c = sel; - if(arrange != dofloat) { + if((arrange != dofloat) && c != nexttiled(clients)) { detach(c); if(clients) clients->prev = c;