(x_draw_glyph_string): Use overline_color for overlines.
authorJason Rumney <jasonr@gnu.org>
Wed, 20 Oct 2004 20:09:10 +0000 (20:09 +0000)
committerJason Rumney <jasonr@gnu.org>
Wed, 20 Oct 2004 20:09:10 +0000 (20:09 +0000)
src/ChangeLog
src/w32term.c

index 1083c4b..c5e12b4 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-20  B. Anyos  <banyos@freemail.hu>  (tiny change)
+
+       * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
+
 2004-10-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
index 0aa782d..3e2e566 100644 (file)
@@ -2516,7 +2516,7 @@ x_draw_glyph_string (s)
         }
           else
             {
-              w32_fill_area (s->f, s->hdc, s->face->underline_color, s->x,
+              w32_fill_area (s->f, s->hdc, s->face->overline_color, s->x,
                              s->y + dy, s->width, h);
             }
         }