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: Thu, 03 Feb 2005 09:08:01 -0500

Index: emacs/src/dispnew.c
diff -c emacs/src/dispnew.c:1.340 emacs/src/dispnew.c:1.341
*** emacs/src/dispnew.c:1.340   Thu Feb  3 07:05:35 2005
--- emacs/src/dispnew.c Thu Feb  3 14:08:01 2005
***************
*** 2777,2782 ****
--- 2777,2783 ----
              SET_CHAR_GLYPH_FROM_GLYPH (*border, right_border_glyph);
            }
  
+ #if GLYPH_DEBUG
          /* Window row window_y must be a slice of frame row
             frame_y.  */
          xassert (glyph_row_slice_p (window_row, frame_row));
***************
*** 2784,2790 ****
          /* If rows are in sync, we don't have to copy glyphs because
             frame and window share glyphs.  */
  
- #if GLYPH_DEBUG
          strcpy (w->current_matrix->method, w->desired_matrix->method);
          add_window_display_history (w, w->current_matrix->method, 0);
  #endif
--- 2785,2790 ----




reply via email to

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