Applied patch 'dwm-fixborders-6.2.diff'.

This commit is contained in:
sheldonmlee 2021-02-18 21:30:32 +08:00
parent 1516ccab62
commit 3493048508

2
drw.c
View File

@ -203,6 +203,8 @@ drw_clr_create(Drw *drw, Clr *dest, const char *clrname)
DefaultColormap(drw->dpy, drw->screen),
clrname, dest))
die("error, cannot allocate color '%s'", clrname);
dest->pixel |= 0xff << 24;
}
/* Wrapper to create color schemes. The caller has to call free(3) on the