diff src/w32term.c @ 57626:d208db2b5db2

(x_draw_glyph_string): Use overline_color for overlines.
author Jason Rumney <jasonr@gnu.org>
date Wed, 20 Oct 2004 20:08:12 +0000
parents 9f3d14375fe1
children d2354c6afd6d ae7fab96922c f3ec05478165
line wrap: on
line diff
--- a/src/w32term.c	Wed Oct 20 17:29:48 2004 +0000
+++ b/src/w32term.c	Wed Oct 20 20:08:12 2004 +0000
@@ -2516,7 +2516,7 @@
         }
           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);
             }
         }