diff options
Diffstat (limited to 'st.c')
| -rw-r--r-- | st.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -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; |
