all repos — dwm @ bfa5869da154a0bd356d31cb7fe0d7b97fbc4e9d

my dwm build

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

bfa5869da154a0bd356d31cb7fe0d7b97fbc4e9d

parent

087a55f8d35f72560c5a266ee0eb91417e6f58fc

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

jump to
M dwm.cdwm.c

@@ -568,8 +568,8 @@ }

void drawtext(const char *text, unsigned long col[ColLast], Bool invert) { - 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[invert ? ColFG : ColBG]);