commit bfa5869da154a0bd356d31cb7fe0d7b97fbc4e9d
parent 087a55f8d35f72560c5a266ee0eb91417e6f58fc
Author: Anselm R Garbe <garbeam@gmail.com>
Date: Mon, 18 Aug 2008 10:21:24 +0100
abc...
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dwm.c b/dwm.c
@@ -568,8 +568,8 @@ drawsquare(Bool filled, Bool empty, Bool invert, unsigned long col[ColLast]) {
void
drawtext(const char *text, unsigned long col[ColLast], Bool invert) {
- int i, x, y, h, len, olen;
char buf[256];
+ int i, x, y, h, len, olen;
XRectangle r = { dc.x, dc.y, dc.w, dc.h };
XSetForeground(dpy, dc.gc, col[invert ? ColFG : ColBG]);