]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_set_glyph_string_background_width): Extend the
authorGerd Moellmann <gerd@gnu.org>
Fri, 16 Feb 2001 12:44:32 +0000 (12:44 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 16 Feb 2001 12:44:32 +0000 (12:44 +0000)
background face to the end of the drawing area in the text
area, only.

src/xterm.c

index 0a62e1b7616bd61952268da0e1b274df80d07fd2..abe2ee0fd517b78b3693745bffe14ab88d907ba0 100644 (file)
@@ -4633,7 +4633,8 @@ x_set_glyph_string_background_width (s, start, last_x)
   
   if (start == s->row->used[s->area]
       && s->hl == DRAW_NORMAL_TEXT
-      && ((s->area == TEXT_AREA && s->row->fill_line_p)
+      && s->area == TEXT_AREA
+      && (s->row->fill_line_p
          || s->face->background != default_face->background
          || s->face->stipple != default_face->stipple))
     s->extends_to_end_of_line_p = 1;