fixborders patch

This commit is contained in:
Sravan Balaji
2020-11-23 20:34:14 -05:00
parent a40a0f0bd6
commit 92b735ffef
3 changed files with 30 additions and 0 deletions

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