aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index f0f6702cd67..e5a5932beae 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -2975,6 +2975,7 @@ x_draw_glyph_string (struct glyph_string *s)
2975 XSetClipMask (next->display, next->gc, None); 2975 XSetClipMask (next->display, next->gc, None);
2976 next->hl = save; 2976 next->hl = save;
2977 next->num_clips = 0; 2977 next->num_clips = 0;
2978 next->clip_head = s->next;
2978 } 2979 }
2979 } 2980 }
2980 } 2981 }