aboutsummaryrefslogtreecommitdiff
path: root/drw.c
diff options
context:
space:
mode:
authorMarcel Screm <marcel@marcelscrem.com>2025-12-04 14:23:10 +0100
committerMarcel Screm <marcel@marcelscrem.com>2025-12-04 14:23:10 +0100
commitb224668ef032f013cb4dc3831074f8dd553149bb (patch)
treea4c5ed4112143c3f4ad9eab0820896f2d0c71e61 /drw.c
parent7c3abae4e68b6a21f05cb04f3af31217259c0aa9 (diff)
applied patches
Diffstat (limited to 'drw.c')
-rwxr-xr-x[-rw-r--r--]drw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drw.c b/drw.c
index 9fdd1a4..8bea9e0 100644..100755
--- a/drw.c
+++ b/drw.c
@@ -176,6 +176,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;
}
/* Create color schemes. */