new stuff, fixed several issues
This commit is contained in:
parent
2e836ecce1
commit
b1701adf75
6 changed files with 13 additions and 12 deletions
1
draw.c
1
draw.c
|
@ -39,6 +39,7 @@ draw(Display *dpy, Brush *b, Bool border, const char *text)
|
|||
XSetForeground(dpy, b->gc, b->bg);
|
||||
XFillRectangles(dpy, b->drawable, b->gc, &r, 1);
|
||||
|
||||
w = 0;
|
||||
if(border)
|
||||
drawborder(dpy, b);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue