toverride_redirect is Bool - dwm - [fork] customized build of dwm, the dynamic window manager
 (HTM) git clone git://src.adamsgaard.dk/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1c80c05587e0f9fc23fb774aa2ef3b297fc8f6d8
 (DIR) parent 1e350be22906033b950c989aedec9e2e68c3487d
 (HTM) Author: Anselm R Garbe <garbeam@gmail.com>
       Date:   Sat, 21 Feb 2009 19:15:30 +0000
       
       override_redirect is Bool
       Diffstat:
         M dwm.c                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/dwm.c b/dwm.c
       t@@ -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;