aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.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/xterm.c
parentb035a30e5cd2f34fedc04c253eeb5a11afed8145 (diff)
parent96d0357142bf277e6eb4d957a59b2c655034e2b7 (diff)
downloademacs-0cc36550df4f355a1b46e944fc65e533ff0df90e.tar.gz
emacs-0cc36550df4f355a1b46e944fc65e533ff0df90e.zip
upstream
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 }