parent
43d9be991b
commit
dd9784883f
1 changed files with 4 additions and 3 deletions
7
x.c
7
x.c
|
|
@ -2262,13 +2262,14 @@ xdrawglyphfontspecs(const XftGlyphFontSpec *specs, Glyph base, int len, int x, i
|
||||||
r.width = width;
|
r.width = width;
|
||||||
XftDrawSetClipRectangles(xw.draw, winx, winy, &r, 1);
|
XftDrawSetClipRectangles(xw.draw, winx, winy, &r, 1);
|
||||||
#endif // WIDE_GLYPHS_PATCH
|
#endif // WIDE_GLYPHS_PATCH
|
||||||
#if BOXDRAW_PATCH
|
|
||||||
}
|
|
||||||
#endif // BOXDRAW_PATCH
|
|
||||||
|
|
||||||
/* Render the glyphs. */
|
/* Render the glyphs. */
|
||||||
XftDrawGlyphFontSpec(xw.draw, fg, specs, len);
|
XftDrawGlyphFontSpec(xw.draw, fg, specs, len);
|
||||||
|
|
||||||
|
#if BOXDRAW_PATCH
|
||||||
|
}
|
||||||
|
#endif // BOXDRAW_PATCH
|
||||||
|
|
||||||
/* Render underline and strikethrough. */
|
/* Render underline and strikethrough. */
|
||||||
if (base.mode & ATTR_UNDERLINE) {
|
if (base.mode & ATTR_UNDERLINE) {
|
||||||
#if UNDERCURL_PATCH
|
#if UNDERCURL_PATCH
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue