applied dave's highlight patch for big fonts c8e57332
Anselm R. Garbe · 2006-09-29 19:06 1 file(s) · +1 −1
draw.c +1 −1
72 72
	if(highlight) {
73 73
		r.x = dc.x + 2;
74 74
		r.y = dc.y + 2;
75 -
		r.width = r.height = 3;
75 +
		r.width = r.height = (h + 2) / 4;
76 76
		XFillRectangles(dpy, dc.drawable, dc.gc, &r, 1);
77 77
	}
78 78
}