updated dwm(1)

This commit is contained in:
Anselm R Garbe
2008-03-12 15:34:36 +00:00
parent 47b1974446
commit d05d09b205
2 changed files with 30 additions and 32 deletions

2
dwm.c
View File

@ -1491,8 +1491,6 @@ setup(void) {
wa.background_pixmap = ParentRelative;
wa.event_mask = ButtonPressMask|ExposureMask;
barwin = XCreateWindow(dpy, root, bx, by, bw, bh, 0, DefaultDepth(dpy, screen),
CopyFromParent, DefaultVisual(dpy, screen),
CWOverrideRedirect|CWBackPixmap|CWEventMask, &wa);