emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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

Index: w32term.c
===================================================================
RCS file: /sources/emacs/emacs/src/w32term.c,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -b -r1.310 -r1.311
--- w32term.c   15 Nov 2008 05:20:33 -0000      1.310
+++ w32term.c   15 Nov 2008 05:33:07 -0000      1.311
@@ -2248,6 +2248,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]