emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dispnew.c


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c
Date: Fri, 07 Oct 2005 17:47:50 -0400

Index: emacs/src/dispnew.c
diff -c emacs/src/dispnew.c:1.357 emacs/src/dispnew.c:1.358
*** emacs/src/dispnew.c:1.357   Fri Oct  7 07:38:47 2005
--- emacs/src/dispnew.c Fri Oct  7 21:47:49 2005
***************
*** 3963,3968 ****
--- 3963,3969 ----
      }
  }
  
+ #ifdef HAVE_WINDOW_SYSTEM
  
  /* Redraw lines from the current matrix of window W that are
     overlapped by other rows.  YB is bottom-most y-position in W.  */
***************
*** 4069,4074 ****
--- 4070,4077 ----
      }
  }
  
+ #endif /* HAVE_WINDOW_SYSTEM */
+ 
  
  #ifdef GLYPH_DEBUG
  
***************
*** 4229,4239 ****
--- 4232,4244 ----
        /* Fix the appearance of overlapping/overlapped rows.  */
        if (!paused_p && !w->pseudo_window_p)
        {
+ #ifdef HAVE_WINDOW_SYSTEM
          if (changed_p && rif->fix_overlapping_area)
            {
              redraw_overlapped_rows (w, yb);
              redraw_overlapping_rows (w, yb);
            }
+ #endif
  
          /* Make cursor visible at cursor position of W.  */
          set_window_cursor_after_update (w);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]