diff options
author | Zacchary Dempsey-Plante <zacc@ztdp.ca> | 2022-03-13 10:44:08 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-05-08 00:44:06 +0200 |
commit | 086f40baa111d79d45f5ea50d52206a2b9246cc1 (patch) | |
tree | 2418133f9187e4da9c1d02304b4a177c6253f0fb | |
parent | c7763a18599984abb34beb18b674885809bcf2bb (diff) |
Merge 2aefa348baf4b702fdce98eb105bcba175d8283f
-rw-r--r-- | x.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1924,7 +1924,7 @@ xdrawglyphfontspecs(const XftGlyphFontSpec *specs, Glyph base, int len, int x, i } if (base.mode & ATTR_STRUCK) { - XftDrawRect(xw.draw, fg, winx, winy + 2 * dc.font.ascent / 3, + XftDrawRect(xw.draw, fg, winx, winy + 2 * dc.font.ascent * chscale / 3, width, 1); } |