diff options
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3671,7 +3671,7 @@ xmakeglyphfontspecs(XftGlyphFontSpec *specs, const Glyph *glyphs, int len, int x | |||
3671 | specs[numspecs].font = frc[f].font; | 3671 | specs[numspecs].font = frc[f].font; |
3672 | specs[numspecs].glyph = glyphidx; | 3672 | specs[numspecs].glyph = glyphidx; |
3673 | specs[numspecs].x = (short)xp; | 3673 | specs[numspecs].x = (short)xp; |
3674 | specs[numspecs].y = (short)(winy + frc[f].font->ascent); | 3674 | specs[numspecs].y = (short)yp; |
3675 | xp += runewidth; | 3675 | xp += runewidth; |
3676 | numspecs++; | 3676 | numspecs++; |
3677 | } | 3677 | } |