]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_draw_relief_rect): Correct bottom relief by 1 pixel.
authorGerd Moellmann <gerd@gnu.org>
Tue, 30 Oct 2001 15:00:38 +0000 (15:00 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 30 Oct 2001 15:00:38 +0000 (15:00 +0000)
(x_set_glyph_string_background_width): Set
extends_to_end_of_line_p if the row's fill_line_p is set and
drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.

src/ChangeLog
src/xterm.c

index fa377529266de95187b775c3c84942d9a2fc22a3..c79704d45c0ed650672227bd416cc2d16a386bcc 100644 (file)
@@ -1,5 +1,10 @@
 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
 
+       * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
+       (x_set_glyph_string_background_width): Set
+       extends_to_end_of_line_p if the row's fill_line_p is set and
+       drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
+
        * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
 
 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
index bd85e68c6e4aae553cb2de911858db54d0acec3f..60b46bc3d129d34b41b92c06ad0bea7a0307faea 100644 (file)
@@ -3907,7 +3907,7 @@ x_draw_relief_rect (f, left_x, top_y, right_x, bottom_y, width,
   for (i = 0; i < width; ++i)
     XDrawLine (dpy, window, gc,
               left_x + i * left_p, bottom_y - i,
-              right_x + 2 - i * right_p, bottom_y - i);
+              right_x + 1 - i * right_p, bottom_y - i);
   
   /* Right.  */
   if (right_p)
@@ -4004,7 +4004,7 @@ x_draw_glyph_string_box (s)
             || (s->hl == DRAW_MOUSE_FACE
                 && (s->next == NULL
                     || s->next->hl != s->hl)));
-  
+
   x_get_glyph_string_clip_rect (s, &clip_rect);
 
   if (s->face->box == FACE_SIMPLE_BOX)
@@ -4826,7 +4826,9 @@ x_set_glyph_string_background_width (s, start, last_x)
               || s->face->background != default_face->background
               || s->face->stipple != default_face->stipple
               || s->row->mouse_face_p))
-         || s->hl == DRAW_MOUSE_FACE))
+         || s->hl == DRAW_MOUSE_FACE
+         || ((s->hl == DRAW_IMAGE_RAISED || s->hl == DRAW_IMAGE_SUNKEN)
+             && s->row->fill_line_p)))
       s->extends_to_end_of_line_p = 1;
   
   /* If S extends its face to the end of the line, set its