JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added basic mouse support (actually we don't need more)
[dwm.git] / event.c
diff --git a/event.c b/event.c
index ad4a16b..b8b39a4 100644 (file)
--- 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;