applied nsz's style.diff patch

This commit is contained in:
Anselm R Garbe 2008-05-13 14:33:02 +01:00
parent 6b79f3f326
commit d7cc0f6416
1 changed files with 13 additions and 14 deletions

1
dwm.c
View File

@ -1704,7 +1704,6 @@ unmapnotify(XEvent *e) {
void
updatebar(void) {
if(dc.drawable != 0)
XFreePixmap(dpy, dc.drawable);
dc.drawable = XCreatePixmap(dpy, root, bw, bh, DefaultDepth(dpy, screen));