summaryrefslogtreecommitdiff
path: root/drw.c
diff options
context:
space:
mode:
authortsxv478 <vt0451@yandex.ru>2022-07-17 08:20:48 +0300
committertsxv478 <vt0451@yandex.ru>2022-07-17 08:20:48 +0300
commit668e2bd3fd01aef2902117b7c9b335bd62ed18bc (patch)
treedddcf0c3a2a8c9ce47b045efcdec68336fb6d96a /drw.c
parent2c427eb0cdec35aa7a10cfcb59527e36533c5ee8 (diff)
fix borders
Diffstat (limited to 'drw.c')
-rw-r--r--drw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drw.c b/drw.c
index ced7d37..8a7bb35 100644
--- a/drw.c
+++ b/drw.c
@@ -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