new stuff, fixed several issues

This commit is contained in:
Anselm R. Garbe
2006-07-12 17:50:31 +02:00
parent 2e836ecce1
commit b1701adf75
6 changed files with 13 additions and 12 deletions

1
draw.c
View File

@ -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);