aewl

diff event.c @ 508:ede48935f2b3

added the new dotile as described on ml
author Anselm R. Garbe <arg@10kloc.org>
date Fri, 29 Sep 2006 16:22:20 +0200
parents b467b5a749db
children 834a77509a64
line diff
     1.1 --- a/event.c	Fri Sep 29 14:39:03 2006 +0200
     1.2 +++ b/event.c	Fri Sep 29 16:22:20 2006 +0200
     1.3 @@ -177,8 +177,9 @@
     1.4  			configure(c);
     1.5  		XSync(dpy, False);
     1.6  		if(c->isfloat) {
     1.7 -			if(isvisible(c))
     1.8 -				resize(c, False, TopLeft);
     1.9 +			resize(c, False, TopLeft);
    1.10 +			if(!isvisible(c))
    1.11 +				ban(c);
    1.12  		}
    1.13  		else
    1.14  			arrange(NULL);