abc...
authorAnselm R Garbe <garbeam@gmail.com>
Mon, 18 Aug 2008 10:21:24 +0100
changeset 1332 b304593057fb
parent 1331 1ee96809e6f2
child 1333 5be4e277ed7c
abc...
dwm.c
--- a/dwm.c	Mon Aug 18 10:16:36 2008 +0100
+++ b/dwm.c	Mon Aug 18 10:21:24 2008 +0100
@@ -568,8 +568,8 @@
 
 void
 drawtext(const char *text, unsigned long col[ColLast], Bool invert) {
+	char buf[256];
 	int i, x, y, h, len, olen;
-	char buf[256];
 	XRectangle r = { dc.x, dc.y, dc.w, dc.h };
 
 	XSetForeground(dpy, dc.gc, col[invert ? ColFG : ColBG]);