override_redirect is Bool

This commit is contained in:
Anselm R Garbe 2009-02-21 19:15:30 +00:00
parent 1e350be229
commit 1c80c05587
1 changed files with 1 additions and 1 deletions

2
dwm.c
View File

@ -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;