From: Jason Rumney Date: Wed, 20 Oct 2004 20:09:10 +0000 (+0000) Subject: (x_draw_glyph_string): Use overline_color for overlines. X-Git-Tag: ttn-vms-21-2-B4~4458 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5950869993180c993b4c011edd77f919f6b4e8a9;p=emacs.git (x_draw_glyph_string): Use overline_color for overlines. --- diff --git a/src/ChangeLog b/src/ChangeLog index 1083c4b488b..c5e12b4edb0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-10-20 B. Anyos (tiny change) + + * w32term.c (x_draw_glyph_string): Use overline_color for overlines. + 2004-10-20 Jan Dj,Ad(Brv * xterm.h (XSync): If USE_GTK, define XSync as process_all and then diff --git a/src/w32term.c b/src/w32term.c index 0aa782da20d..3e2e566adc5 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -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); } }