---
st.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/st.c b/st.c
index 2473af7..cd803ce 100644
--- a/st.c
+++ b/st.c
_AT_@ -3665,7 +3665,7 @@ xmakeglyphfontspecs(XftGlyphFontSpec *specs,
const Glyph *glyphs, int len, int x
specs[numspecs].font = frc[f].font;
specs[numspecs].glyph = glyphidx;
specs[numspecs].x = (short)xp;
- specs[numspecs].y = (short)(winy + frc[f].font->ascent);
+ specs[numspecs].y = (short)yp;
xp += runewidth;
numspecs++;
}
--
2.7.2
Received on Mon Mar 07 2016 - 22:18:12 CET
This archive was generated by hypermail 2.3.0 : Mon Mar 07 2016 - 22:24:11 CET