aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
authorJoakim Verona2012-09-11 17:18:45 +0200
committerJoakim Verona2012-09-11 17:18:45 +0200
commit0cc36550df4f355a1b46e944fc65e533ff0df90e (patch)
tree100e4130dffa88423b6430c2814f740007b72269 /src/w32term.c
parentb035a30e5cd2f34fedc04c253eeb5a11afed8145 (diff)
parent96d0357142bf277e6eb4d957a59b2c655034e2b7 (diff)
downloademacs-0cc36550df4f355a1b46e944fc65e533ff0df90e.tar.gz
emacs-0cc36550df4f355a1b46e944fc65e533ff0df90e.zip
upstream
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 }