JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
override_redirect is Bool
authorAnselm R Garbe <garbeam@gmail.com>
Sat, 21 Feb 2009 19:15:30 +0000 (19:15 +0000)
committerAnselm R Garbe <garbeam@gmail.com>
Sat, 21 Feb 2009 19:15:30 +0000 (19:15 +0000)
dwm.c

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;