1
0
mirror of git://git.suckless.org/dmenu synced 2025-05-14 22:15:47 +01:00
This commit is contained in:
Anselm R Garbe 2008-08-18 10:20:53 +01:00
parent b95e61c9b7
commit 17232f493b

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