Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
b41c56a
)
fixed configurerequest
author
Anselm R. Garbe <
[email protected]
>
Tue, 11 Jul 2006 22:53:11 +0000
(
00:53
+0200)
committer
Anselm R. Garbe <
[email protected]
>
Tue, 11 Jul 2006 22:53:11 +0000
(
00:53
+0200)
event.c
patch
|
blob
|
history
diff --git
a/event.c
b/event.c
index
a47bc25
..
604420d
100644
(file)
--- 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.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;
wc.sibling = None;
wc.stack_mode = Above;
ev->value_mask &= ~CWStackMode;