/[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.650.4.5 by gerd, Wed Oct 24 14:06:22 2001 UTC revision 1.650.4.6 by gerd, Wed Oct 24 16:06:26 2001 UTC
# Line 5202  x_draw_glyphs (w, x, row, area, start, e Line 5202  x_draw_glyphs (w, x, row, area, start, e
5202    for (s = head; s; s = s->next)    for (s = head; s; s = s->next)
5203      x_draw_glyph_string (s);      x_draw_glyph_string (s);
5204    
5205    if (area == TEXT_AREA)    if (area == TEXT_AREA && !row->full_width_p)
5206      {      {
5207        int x0 = head ? head->x : x;        int x0 = head ? head->x : x;
5208        int x1 = tail ? tail->x + tail->background_width : x;        int x1 = tail ? tail->x + tail->background_width : x;

Legend:
Removed from v.1.650.4.5  
changed lines
  Added in v.1.650.4.6

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