diff options
| author | tsxv478 <atvx717@infraredcombat.xyz> | 2022-07-17 08:20:48 +0300 |
|---|---|---|
| committer | tsxv478 <atvx717@infraredcombat.xyz> | 2022-07-17 08:20:48 +0300 |
| commit | 81fadd121b1c68e1cc49f4e13a9c12cd81be0dda (patch) | |
| tree | dddcf0c3a2a8c9ce47b045efcdec68336fb6d96a | |
| parent | 8387366f0bce00a3131d00668ef1f4748f59923a (diff) | |
fix borders
| -rw-r--r-- | drw.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -203,6 +203,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 |
