fixed configurerequest - dwm - dynamic window manager
 (HTM) git clone https://git.parazyd.org/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7696c89c90c926f6371b1ee3ec1b13dd2414aa40
 (DIR) parent b41c56ae6b12b7fe34dd8972968dc0d89e5ef57a
 (HTM) Author: Anselm R. Garbe <garbeam@wmii.de>
       Date:   Wed, 12 Jul 2006 00:53:11 +0200
       
       fixed configurerequest
       
       Diffstat:
         M event.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git 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;