emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.c,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c,v
Date: Sat, 15 Nov 2008 05:33:18 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/11/15 05:33:18

Index: xterm.c
===================================================================
RCS file: /sources/emacs/emacs/src/xterm.c,v
retrieving revision 1.1013
retrieving revision 1.1014
diff -u -b -r1.1013 -r1.1014
--- xterm.c     15 Nov 2008 05:21:20 -0000      1.1013
+++ xterm.c     15 Nov 2008 05:33:17 -0000      1.1014
@@ -2660,6 +2660,9 @@
          {
            x_set_glyph_string_gc (next);
            x_set_glyph_string_clipping (next);
+           if (next->first_glyph->type == STRETCH_GLYPH)
+             x_draw_stretch_glyph_string (next);
+           else
            x_draw_glyph_string_background (next, 1);
            next->num_clips = 0;
          }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]