aboutsummaryrefslogtreecommitdiffstats
path: root/event.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-11 21:41:49 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-11 21:41:49 +0200
commit48b6e9a3968e54a87f022c8e68b5bec5423cb75f (patch)
tree0c2fccdc7b2b18996840e8043bc1a95a1c897f40 /event.c
parentb9da4b082eb658b4142b61c149212f414f7653b6 (diff)
downloaddwm-48b6e9a3968e54a87f022c8e68b5bec5423cb75f.tar.zst
added basic mouse support (actually we don't need more)
Diffstat (limited to 'event.c')
-rw-r--r--event.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/event.c b/event.c
index ad4a16b..b8b39a4 100644
--- a/event.c
+++ b/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;