From 0f3f2a46e4e75615c6a73544ef91225a2888400a Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 8 May 2020 13:12:08 -0400 Subject: borders red and non-transparent --- drw.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drw.c') diff --git a/drw.c b/drw.c index 0eb8fe5..9617d84 100644 --- a/drw.c +++ b/drw.c @@ -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 -- cgit v1.2.3