X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=event.c;h=b8b39a44d37ccc66e203c92d6e6f20505d728f17;hp=ad4a16b87fc85db0f40bb657440735cef036d4d6;hb=48b6e9a3968e54a87f022c8e68b5bec5423cb75f;hpb=b9da4b082eb658b4142b61c149212f414f7653b6 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;