aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 48c81a2..21afb52 100644
--- a/st.c
+++ b/st.c
@@ -3302,7 +3302,7 @@ xdraws(char *s, Glyph base, int x, int y, int charlen, int bytelen) {
3302 width, 1); 3302 width, 1);
3303 } 3303 }
3304 XCopyArea(xw.dpy, xw.buf, xw.win, dc.gc, winx, winy, width, 3304 XCopyArea(xw.dpy, xw.buf, xw.win, dc.gc, winx, winy, width,
3305 font->ascent + font->descent, winx, winy); 3305 CEIL((font->ascent + font->descent) * chscale), winx, winy);
3306 3306
3307 /* Reset clip to none. */ 3307 /* Reset clip to none. */
3308 XftDrawSetClip(xw.draw, 0); 3308 XftDrawSetClip(xw.draw, 0);