aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 571db3cbe8e..28c1c593cf6 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -2591,6 +2591,7 @@ x_draw_glyph_string (struct glyph_string *s)
2591 w32_set_clip_rectangle (next->hdc, NULL); 2591 w32_set_clip_rectangle (next->hdc, NULL);
2592 next->hl = save; 2592 next->hl = save;
2593 next->num_clips = 0; 2593 next->num_clips = 0;
2594 next->clip_head = s->next;
2594 } 2595 }
2595 } 2596 }
2596 } 2597 }