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 4ce87142c1a..8a702800c38 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -2984,6 +2984,7 @@ x_draw_glyph_string (struct glyph_string *s)
2984 XSetClipMask (next->display, next->gc, None); 2984 XSetClipMask (next->display, next->gc, None);
2985 next->hl = save; 2985 next->hl = save;
2986 next->num_clips = 0; 2986 next->num_clips = 0;
2987 next->clip_head = s->next;
2987 } 2988 }
2988 } 2989 }
2989 } 2990 }