aewl

diff client.c @ 546:223b41c35619

reverting to original
author arg@mig29
date Thu, 26 Oct 2006 15:41:40 +0200
parents 88ebcfe64c2d
children 3d23384eb5ab
line diff
     1.1 --- a/client.c	Thu Oct 26 15:29:20 2006 +0200
     1.2 +++ b/client.c	Thu Oct 26 15:41:40 2006 +0200
     1.3 @@ -202,7 +202,7 @@
     1.4  	c = emallocz(sizeof(Client));
     1.5  	c->tags = emallocz(ntags * sizeof(Bool));
     1.6  	c->win = w;
     1.7 -	c->border = wa->border_width;
     1.8 +	c->border = 0;
     1.9  	c->x = c->tx = wa->x;
    1.10  	c->y = c->ty = wa->y;
    1.11  	c->w = c->tw = wa->width;