fixed configurerequest

This commit is contained in:
Anselm R. Garbe 2006-07-12 00:53:11 +02:00
parent b41c56ae6b
commit 7696c89c90
1 changed files with 1 additions and 1 deletions

View File

@ -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;