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 [EMACS_22_BASE]


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32term.c,v [EMACS_22_BASE]
Date: Fri, 15 Feb 2008 17:15:09 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Jason Rumney <jasonr>   08/02/15 17:15:09

Index: w32term.c
===================================================================
RCS file: /sources/emacs/emacs/src/w32term.c,v
retrieving revision 1.259.2.10
retrieving revision 1.259.2.11
diff -u -b -r1.259.2.10 -r1.259.2.11
--- w32term.c   5 Feb 2008 23:47:21 -0000       1.259.2.10
+++ w32term.c   15 Feb 2008 17:15:08 -0000      1.259.2.11
@@ -1519,6 +1519,7 @@
               || s->font_not_found_p
               || s->extends_to_end_of_line_p
                || s->font->bdf
+               || cleartype_active
               || force_p)
        {
          x_clear_glyph_string_rect (s, s->x, s->y + box_line_width,
@@ -1547,7 +1548,8 @@
   else
     x = s->x;
 
-  if (s->for_overlaps || (s->background_filled_p && s->hl != DRAW_CURSOR))
+  if (s->for_overlaps || (s->background_filled_p && s->hl != DRAW_CURSOR)
+      || cleartype_active)
     SetBkMode (s->hdc, TRANSPARENT);
   else
     SetBkMode (s->hdc, OPAQUE);




reply via email to

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