acosail_dwm/dwm-6.4/drw.c.rej
2022-12-02 16:22:44 +08:00

12 lines
368 B
Plaintext

--- drw.c
+++ drw.c
@@ -202,6 +202,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