added basic mouse support (actually we don't need more)

This commit is contained in:
Anselm R. Garbe 2006-07-11 21:41:49 +02:00
parent b9da4b082e
commit 48b6e9a396
4 changed files with 15 additions and 24 deletions

View file

@ -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;