Changeset 4158

Show
Ignore:
Timestamp:
09/08/06 00:43:18 (2 years ago)
Author:
miyoshi
Message:

(mw32_draw_glyph_string_background): Call
mw32_clear_glyph_string_rect() instead of mw32_fill_area_pix().

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/ChangeLog.Meadow

    r4157 r4158  
     12006-09-08  MIYOSHI Masanori  <miyoshi@meadowy.org> 
     2 
     3        * mw32term.c (mw32_draw_glyph_string_background): Call 
     4        mw32_clear_glyph_string_rect() instead of mw32_fill_area_pix(). 
     5 
    162006-09-03  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    27 
  • trunk/src/mw32term.c

    r4157 r4158  
    16101610          || force_p) 
    16111611        { 
    1612           mw32_fill_area_pix (s->f, s->face->background, 
    1613                               s->x, s->y + box_line_width, 
    1614                               s->x + s->background_width, 
    1615                               s->y + s->height - box_line_width); 
     1612          mw32_clear_glyph_string_rect (s, s->x, s->y + box_line_width, 
     1613                                        s->background_width, 
     1614                                        s->height - 2 * box_line_width); 
    16161615          s->background_filled_p = 1; 
    16171616        }