aewl

diff main.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 2c29d74b11dc
children d6d1d0033e3c
line diff
     1.1 --- a/main.c	Fri Sep 29 14:39:03 2006 +0200
     1.2 +++ b/main.c	Fri Sep 29 16:22:20 2006 +0200
     1.3 @@ -133,7 +133,7 @@
     1.4  	sx = sy = 0;
     1.5  	sw = DisplayWidth(dpy, screen);
     1.6  	sh = DisplayHeight(dpy, screen);
     1.7 -	master = ((stackpos == StackBottom ? sh - bh : sw) * MASTER) / 100;
     1.8 +	updatemaster();
     1.9  
    1.10  	bx = by = 0;
    1.11  	bw = sw;