projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
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 5f42cbe14618728fa2510fffbf846b0ed3085296..0866c06754a4abd7fafae096f69a2c3ee71634c5 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;