patch: fixborders

This commit is contained in:
frosty 2024-08-20 01:02:51 +00:00
parent 06d3b77b37
commit c6d1a98575

2
drw.c
View file

@ -190,6 +190,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