continued with man page
This commit is contained in:
parent
86d9851427
commit
72655f0ce7
4 changed files with 40 additions and 4 deletions
2
event.c
2
event.c
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue