JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
continued with man page
[dwm.git] / event.c
diff --git a/event.c b/event.c
index e85e11f..c55be0f 100644 (file)
--- a/event.c
+++ b/event.c
@@ -87,7 +87,7 @@ configurerequest(XEvent *e)
                if(ev->value_mask & CWHeight)
                        c->h = ev->height;
                if(ev->value_mask & CWBorderWidth)
-                       c->border = ev->border_width;
+                       c->border = 1;
                gravitate(c, False);
                resize(c, True);
        }