aboutsummaryrefslogtreecommitdiffstats
path: root/drw.c
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-09 18:43:08 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-09 18:43:08 +0200
commit9a4252595230e006b75fbb4fc63170a79e06fc36 (patch)
tree579578b9620c406945cec10b2b695d03aa53b0c9 /drw.c
parentperfect (diff)
downloaddwm-9a4252595230e006b75fbb4fc63170a79e06fc36.tar.gz
dwm-9a4252595230e006b75fbb4fc63170a79e06fc36.tar.bz2
dwm-9a4252595230e006b75fbb4fc63170a79e06fc36.tar.xz
dwm-9a4252595230e006b75fbb4fc63170a79e06fc36.tar.zst
dwm-9a4252595230e006b75fbb4fc63170a79e06fc36.zip
Updated to 6.3
Diffstat (limited to 'drw.c')
-rw-r--r--drw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drw.c b/drw.c
index 0de88b0..4cdbcbe 100644
--- a/drw.c
+++ b/drw.c
@@ -203,7 +203,6 @@ 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; /* Add this line */
}
/* Wrapper to create color schemes. The caller has to call free(3) on the