diff options
Diffstat (limited to '')
-rw-r--r-- | drw.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |