aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/event.c b/event.c
index a47bc25..604420d 100644
--- a/event.c
+++ b/event.c
@@ -92,7 +92,7 @@ configurerequest(XEvent *e)
wc.y = ev->y;
wc.width = ev->width;
wc.height = ev->height;
- wc.border_width = 0;
+ wc.border_width = 1;
wc.sibling = None;
wc.stack_mode = Above;
ev->value_mask &= ~CWStackMode;