aewl

diff event.c @ 55:fcbf7213d96f

continued with man page
author Anselm R. Garbe <garbeam@wmii.de>
date Fri, 14 Jul 2006 08:34:38 +0200
parents 529901e6a227
children 1269bd127551
line diff
     1.1 --- a/event.c	Thu Jul 13 21:49:55 2006 +0200
     1.2 +++ b/event.c	Fri Jul 14 08:34:38 2006 +0200
     1.3 @@ -87,7 +87,7 @@
     1.4  		if(ev->value_mask & CWHeight)
     1.5  			c->h = ev->height;
     1.6  		if(ev->value_mask & CWBorderWidth)
     1.7 -			c->border = ev->border_width;
     1.8 +			c->border = 1;
     1.9  		gravitate(c, False);
    1.10  		resize(c, True);
    1.11  	}