Various changes

This commit is contained in:
2023-05-01 23:35:49 -07:00
parent 7a8ee3b4ad
commit 9d1c65af3c
5 changed files with 55 additions and 2604 deletions
+2
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