/[emacs]/emacs/src/xterm.c
ViewVC logotype

Diff of /emacs/src/xterm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.675 by gerd, Mon Oct 29 14:00:16 2001 UTC revision 1.676 by gerd, Tue Oct 30 14:59:57 2001 UTC
# Line 3907  x_draw_relief_rect (f, left_x, top_y, ri Line 3907  x_draw_relief_rect (f, left_x, top_y, ri
3907    for (i = 0; i < width; ++i)    for (i = 0; i < width; ++i)
3908      XDrawLine (dpy, window, gc,      XDrawLine (dpy, window, gc,
3909                 left_x + i * left_p, bottom_y - i,                 left_x + i * left_p, bottom_y - i,
3910                 right_x + 2 - i * right_p, bottom_y - i);                 right_x + 1 - i * right_p, bottom_y - i);
3911        
3912    /* Right.  */    /* Right.  */
3913    if (right_p)    if (right_p)
# Line 4004  x_draw_glyph_string_box (s) Line 4004  x_draw_glyph_string_box (s)
4004               || (s->hl == DRAW_MOUSE_FACE               || (s->hl == DRAW_MOUSE_FACE
4005                   && (s->next == NULL                   && (s->next == NULL
4006                       || s->next->hl != s->hl)));                       || s->next->hl != s->hl)));
4007      
4008    x_get_glyph_string_clip_rect (s, &clip_rect);    x_get_glyph_string_clip_rect (s, &clip_rect);
4009    
4010    if (s->face->box == FACE_SIMPLE_BOX)    if (s->face->box == FACE_SIMPLE_BOX)
# Line 4826  x_set_glyph_string_background_width (s, Line 4826  x_set_glyph_string_background_width (s,
4826                 || s->face->background != default_face->background                 || s->face->background != default_face->background
4827                 || s->face->stipple != default_face->stipple                 || s->face->stipple != default_face->stipple
4828                 || s->row->mouse_face_p))                 || s->row->mouse_face_p))
4829            || s->hl == DRAW_MOUSE_FACE))            || s->hl == DRAW_MOUSE_FACE
4830              || ((s->hl == DRAW_IMAGE_RAISED || s->hl == DRAW_IMAGE_SUNKEN)
4831                  && s->row->fill_line_p)))
4832        s->extends_to_end_of_line_p = 1;        s->extends_to_end_of_line_p = 1;
4833        
4834    /* If S extends its face to the end of the line, set its    /* If S extends its face to the end of the line, set its

Legend:
Removed from v.1.675  
changed lines
  Added in v.1.676

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26