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

Diff of /emacs/src/w32term.c

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

revision 1.132 by jasonr, Sat Jan 5 00:06:57 2002 UTC revision 1.133 by jasonr, Sat Jan 5 00:46:01 2002 UTC
# Line 5040  x_draw_glyphs (w, x, row, area, start, e Line 5040  x_draw_glyphs (w, x, row, area, start, e
5040    for (s = head; s; s = s->next)    for (s = head; s; s = s->next)
5041      x_draw_glyph_string (s);      x_draw_glyph_string (s);
5042    
5043    if (area == TEXT_AREA && !row->full_width_p)    if (area == TEXT_AREA
5044          && !row->full_width_p
5045          /* When drawing overlapping rows, only the glyph strings'
5046             foreground is drawn, which doesn't erase a cursor
5047             completely. */
5048          && !overlaps_p)
5049      {      {
5050        int x0 = head ? head->x : x;        int x0 = head ? head->x : x;
5051        int x1 = tail ? tail->x + tail->background_width : x;        int x1 = tail ? tail->x + tail->background_width : x;

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.133

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