Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
new stuff, fixed several issues
[dwm.git]
/
draw.c
diff --git
a/draw.c
b/draw.c
index
c148362
..
68ece01
100644
(file)
--- a/
draw.c
+++ b/
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);