summaryrefslogtreecommitdiff
path: root/drw.c
diff options
context:
space:
mode:
authorbtkoch <brandon@brandon-desktop.localdomain>2023-11-27 13:51:31 -0500
committerbtkoch <brandon@brandon-desktop.localdomain>2023-11-27 13:51:31 -0500
commitb8ed6bb138b28ba3632b51b840b6d1be5e4decec (patch)
tree3c36b5e800ba162369809ad3555acdc2932f961f /drw.c
parente81f17d4c196aaed6893fd4beed49991caa3e2a4 (diff)
update
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 a58a2b4..163eb51 100644..100755
--- a/drw.c
+++ b/drw.c
@@ -190,6 +190,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