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

Diff of /emacs/src/dispnew.c

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

revision 1.357 by mituharu, Fri Oct 7 07:38:47 2005 UTC revision 1.358 by kfstorm, Fri Oct 7 21:47:49 2005 UTC
# Line 3963  update_single_window (w, force_p) Line 3963  update_single_window (w, force_p)
3963      }      }
3964  }  }
3965    
3966    #ifdef HAVE_WINDOW_SYSTEM
3967    
3968  /* Redraw lines from the current matrix of window W that are  /* Redraw lines from the current matrix of window W that are
3969     overlapped by other rows.  YB is bottom-most y-position in W.  */     overlapped by other rows.  YB is bottom-most y-position in W.  */
# Line 4069  redraw_overlapping_rows (w, yb) Line 4070  redraw_overlapping_rows (w, yb)
4070      }      }
4071  }  }
4072    
4073    #endif /* HAVE_WINDOW_SYSTEM */
4074    
4075    
4076  #ifdef GLYPH_DEBUG  #ifdef GLYPH_DEBUG
4077    
# Line 4229  update_window (w, force_p) Line 4232  update_window (w, force_p)
4232        /* Fix the appearance of overlapping/overlapped rows.  */        /* Fix the appearance of overlapping/overlapped rows.  */
4233        if (!paused_p && !w->pseudo_window_p)        if (!paused_p && !w->pseudo_window_p)
4234          {          {
4235    #ifdef HAVE_WINDOW_SYSTEM
4236            if (changed_p && rif->fix_overlapping_area)            if (changed_p && rif->fix_overlapping_area)
4237              {              {
4238                redraw_overlapped_rows (w, yb);                redraw_overlapped_rows (w, yb);
4239                redraw_overlapping_rows (w, yb);                redraw_overlapping_rows (w, yb);
4240              }              }
4241    #endif
4242    
4243            /* Make cursor visible at cursor position of W.  */            /* Make cursor visible at cursor position of W.  */
4244            set_window_cursor_after_update (w);            set_window_cursor_after_update (w);

Legend:
Removed from v.1.357  
changed lines
  Added in v.1.358

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