continued with man page

This commit is contained in:
Anselm R. Garbe 2006-07-14 08:34:38 +02:00
parent 86d9851427
commit 72655f0ce7
4 changed files with 40 additions and 4 deletions

View file

@ -87,7 +87,7 @@ configurerequest(XEvent *e)
if(ev->value_mask & CWHeight)
c->h = ev->height;
if(ev->value_mask & CWBorderWidth)
c->border = ev->border_width;
c->border = 1;
gravitate(c, False);
resize(c, True);
}