aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index f06225002a7..71b5126f340 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -2501,6 +2501,8 @@ x_draw_stretch_glyph_string (struct glyph_string *s)
2501 XFillRectangle (s->display, s->window, gc, x, y, w, h); 2501 XFillRectangle (s->display, s->window, gc, x, y, w, h);
2502 XSetForeground (s->display, gc, xgcv.foreground); 2502 XSetForeground (s->display, gc, xgcv.foreground);
2503 } 2503 }
2504
2505 XSetClipMask (s->display, gc, None);
2504 } 2506 }
2505 } 2507 }
2506 else if (!s->background_filled_p) 2508 else if (!s->background_filled_p)