aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/st.c b/st.c
index f2ee12f..7f53981 100644
--- a/st.c
+++ b/st.c
@@ -2853,6 +2853,8 @@ xdraws(char *s, Glyph base, int x, int y, int charlen, int bytelen) {
2853 2853
2854 /* Clean up the region we want to draw to. */ 2854 /* Clean up the region we want to draw to. */
2855 XftDrawRect(xw.draw, bg, winx, winy, width, xw.ch); 2855 XftDrawRect(xw.draw, bg, winx, winy, width, xw.ch);
2856
2857 /* Set the clip region because Xft is sometimes dirty. */
2856 r.x = 0; 2858 r.x = 0;
2857 r.y = 0; 2859 r.y = 0;
2858 r.height = xw.ch; 2860 r.height = xw.ch;