Added the no transparent borders patch

This commit is contained in:
bakkeby
2020-05-03 10:09:26 +02:00
parent f028377c98
commit 657988fbbf
3 changed files with 20 additions and 0 deletions

6
drw.c
View File

@@ -237,7 +237,13 @@ drw_clr_create(
DefaultColormap(drw->dpy, drw->screen),
clrname, dest))
die("error, cannot allocate color '%s'", clrname);
#if NO_TRANSPARENT_BORDERS_PATCH
dest->pixel |= 0xff << 24;
#endif // NO_TRANSPARENT_BORDERS_PATCH
#endif // ALPHA_PATCH
}
/* Wrapper to create color schemes. The caller has to call free(3) on the