diff options
author | Jason Rumney <jasonr@gnu.org> | 2004-10-20 20:09:10 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2004-10-20 20:09:10 +0000 |
commit | 5950869993180c993b4c011edd77f919f6b4e8a9 (patch) | |
tree | d3a07fe54e09fbf8f85e14c7d4e13457b78213bd /src/w32term.c | |
parent | 9c5cb8929f5b87576cc83f05b409c1fbd2c01223 (diff) | |
download | emacs-5950869993180c993b4c011edd77f919f6b4e8a9.tar.gz |
(x_draw_glyph_string): Use overline_color for overlines.
Diffstat (limited to 'src/w32term.c')
-rw-r--r-- | src/w32term.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |