dmenu

my fork of dmenu
Index Commits Files Refs README LICENSE
commit 17232f493b07973bacd60abb2e957ccae829eb7e
parent b95e61c9b7310deb452a5dfe404cc1a8f9930117
Author: Anselm R Garbe <garbeam@gmail.com>
Date:   Mon, 18 Aug 2008 10:20:53 +0100

abc...
Diffstat:
Mdmenu.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dmenu.c b/dmenu.c
@@ -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]);