comparison 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
comparison
equal deleted inserted replaced
57625:07129d292307 57626:d208db2b5db2
2514 w32_fill_area (s->f, s->hdc, s->gc->foreground, s->x, 2514 w32_fill_area (s->f, s->hdc, s->gc->foreground, s->x,
2515 s->y + dy, s->width, h); 2515 s->y + dy, s->width, h);
2516 } 2516 }
2517 else 2517 else
2518 { 2518 {
2519 w32_fill_area (s->f, s->hdc, s->face->underline_color, s->x, 2519 w32_fill_area (s->f, s->hdc, s->face->overline_color, s->x,
2520 s->y + dy, s->width, h); 2520 s->y + dy, s->width, h);
2521 } 2521 }
2522 } 2522 }
2523 2523
2524 /* Draw strike-through. */ 2524 /* Draw strike-through. */