borders red and non-transparent

This commit is contained in:
Luke Smith
2020-05-08 13:12:08 -04:00
parent 771df89d28
commit 0f3f2a46e4
2 changed files with 3 additions and 1 deletions

2
drw.c
View File

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