aboutsummaryrefslogtreecommitdiffstats
path: root/drw.c
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-09 18:48:37 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-09 18:48:37 +0200
commit52dc9edff4ce92572b5dfdd492349939b9b80326 (patch)
tree8b3171886c5e54254e991bad778e1c8c46b9090a /drw.c
parentUpdated to 6.3 (diff)
downloaddwm-52dc9edff4ce92572b5dfdd492349939b9b80326.tar.gz
dwm-52dc9edff4ce92572b5dfdd492349939b9b80326.tar.bz2
dwm-52dc9edff4ce92572b5dfdd492349939b9b80326.tar.xz
dwm-52dc9edff4ce92572b5dfdd492349939b9b80326.tar.zst
dwm-52dc9edff4ce92572b5dfdd492349939b9b80326.zip
dwm+picom transparency fix
Diffstat (limited to 'drw.c')
-rw-r--r--drw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drw.c b/drw.c
index 4cdbcbe..8bc82e9 100644
--- a/drw.c
+++ b/drw.c
@@ -203,6 +203,7 @@ 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