added basic mouse support (actually we don't need more)
This commit is contained in:
parent
b9da4b082e
commit
48b6e9a396
4 changed files with 15 additions and 24 deletions
2
event.c
2
event.c
|
@ -86,8 +86,6 @@ configurerequest(XEvent *e)
|
|||
c->r[RFloat].width = ev->width;
|
||||
if(ev->value_mask & CWHeight)
|
||||
c->r[RFloat].height = ev->height;
|
||||
if(ev->value_mask & CWBorderWidth)
|
||||
c->border = ev->border_width;
|
||||
}
|
||||
|
||||
wc.x = ev->x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue