1
0
mirror of git://git.suckless.org/dwm synced 2025-07-26 09:42:11 -07:00

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);
}