fix transparent borders

Applies a patch that fixes an issue where compositors make window
borders transparent.
master
Ryan 2023-10-15 19:04:58 -04:00
parent 4a31bdbc63
commit 17942b75cc
Signed by: ryan
GPG Key ID: 7D7E2E94267DAD95
1 changed files with 2 additions and 0 deletions

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