diff options
-rw-r--r-- | dmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -213,8 +213,8 @@ drawmenu(void) { | |||
213 | 213 | ||
214 | void | 214 | void |
215 | drawtext(const char *text, unsigned long col[ColLast]) { | 215 | drawtext(const char *text, unsigned long col[ColLast]) { |
216 | int i, x, y, h, len, olen; | ||
217 | char buf[256]; | 216 | char buf[256]; |
217 | int i, x, y, h, len, olen; | ||
218 | XRectangle r = { dc.x, dc.y, dc.w, dc.h }; | 218 | XRectangle r = { dc.x, dc.y, dc.w, dc.h }; |
219 | 219 | ||
220 | XSetForeground(dpy, dc.gc, col[ColBG]); | 220 | XSetForeground(dpy, dc.gc, col[ColBG]); |