applied dave's highlight patch for big fonts
This commit is contained in:
parent
c045459917
commit
c8e57332d1
2
draw.c
2
draw.c
@ -72,7 +72,7 @@ drawtext(const char *text, unsigned long col[ColLast], Bool highlight) {
|
|||||||
if(highlight) {
|
if(highlight) {
|
||||||
r.x = dc.x + 2;
|
r.x = dc.x + 2;
|
||||||
r.y = dc.y + 2;
|
r.y = dc.y + 2;
|
||||||
r.width = r.height = 3;
|
r.width = r.height = (h + 2) / 4;
|
||||||
XFillRectangles(dpy, dc.drawable, dc.gc, &r, 1);
|
XFillRectangles(dpy, dc.drawable, dc.gc, &r, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user