Changeset 3874

Show
Ignore:
Timestamp:
09/16/05 04:43:00 (3 years ago)
Author:
horiguti
Message:

* xdisp.c (set_glyph_string_background_width): Condition on
background color cause garbage background at the end of display
line. Disable this check.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/xdisp.c

    r3863 r3874  
    1853418534      && ((s->hl == DRAW_NORMAL_TEXT 
    1853518535           && (s->row->fill_line_p 
     18536#ifndef MEADOW   /* This condition may cause garbage background    */ 
    1853618537               || s->face->background != default_face->background 
     18538#endif 
    1853718539               || s->face->stipple != default_face->stipple 
    1853818540               || s->row->mouse_face_p))