all repos — dmenu @ 17232f493b07973bacd60abb2e957ccae829eb7e

my build of dmenu

abc...
Anselm R Garbe garbeam@gmail.com
Mon, 18 Aug 2008 10:20:53 +0100
commit

17232f493b07973bacd60abb2e957ccae829eb7e

parent

b95e61c9b7310deb452a5dfe404cc1a8f9930117

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M dmenu.cdmenu.c

@@ -213,8 +213,8 @@ }

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]);