diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-08-18 10:20:53 +0100 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-08-18 10:20:53 +0100 |
commit | 17232f493b07973bacd60abb2e957ccae829eb7e (patch) | |
tree | dc712288c576e01686d348cbde8ab956e4c01d1e | |
parent | b95e61c9b7310deb452a5dfe404cc1a8f9930117 (diff) |
abc...
-rw-r--r-- | dmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -213,8 +213,8 @@ drawmenu(void) { void drawtext(const char *text, unsigned long col[ColLast]) { - 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[ColBG]); |