pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e350be
)
override_redirect is Bool
author
Anselm R Garbe
<garbeam@gmail.com>
Sat, 21 Feb 2009 19:15:30 +0000
(19:15 +0000)
committer
Anselm R Garbe
<garbeam@gmail.com>
Sat, 21 Feb 2009 19:15:30 +0000
(19:15 +0000)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
5f42cbe
..
0866c06
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-1305,7
+1305,7
@@
setup(void) {
blw = MAX(blw, w);
}
- wa.override_redirect =
1
;
+ wa.override_redirect =
True
;
wa.background_pixmap = ParentRelative;
wa.event_mask = ButtonPressMask|ExposureMask;