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

Diff of /emacs/src/xdisp.c

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

revision 1.977 by kfstorm, Thu Feb 10 22:49:16 2005 UTC revision 1.978 by kfstorm, Sat Feb 12 18:36:01 2005 UTC
# Line 22090  expose_window (w, fr) Line 22090  expose_window (w, fr)
22090                || (r.y >= y0 && r.y < y1)                || (r.y >= y0 && r.y < y1)
22091                || (r.y + r.height > y0 && r.y + r.height < y1))                || (r.y + r.height > y0 && r.y + r.height < y1))
22092              {              {
22093                if (row->overlapping_p)                /* A header line may be overlapping, but there is no need
22094                     to fix overlapping areas for them.  KFS 2005-02-12 */
22095                  if (row->overlapping_p && !row->mode_line_p)
22096                  {                  {
22097                    if (first_overlapping_row == NULL)                    if (first_overlapping_row == NULL)
22098                      first_overlapping_row = row;                      first_overlapping_row = row;

Legend:
Removed from v.1.977  
changed lines
  Added in v.1.978

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