fix borders

This commit is contained in:
JuliusHerrmann 2020-10-22 17:01:01 +02:00
parent 43963ba15d
commit 5defa273f9
3 changed files with 2 additions and 0 deletions

2
drw.c
View File

@ -202,6 +202,8 @@ drw_clr_create(Drw *drw, Clr *dest, const char *clrname)
DefaultColormap(drw->dpy, drw->screen), DefaultColormap(drw->dpy, drw->screen),
clrname, dest)) clrname, dest))
die("error, cannot allocate color '%s'", clrname); 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 /* Wrapper to create color schemes. The caller has to call free(3) on the

BIN
drw.o

Binary file not shown.

BIN
dwm

Binary file not shown.