emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/window.h [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/window.h [emacs-unicode-2]
Date: Fri, 23 Jul 2004 00:49:05 -0400

Index: emacs/src/window.h
diff -c emacs/src/window.h:1.58.2.2 emacs/src/window.h:1.58.2.3
*** emacs/src/window.h:1.58.2.2 Mon Jun 28 07:29:24 2004
--- emacs/src/window.h  Fri Jul 23 04:30:44 2004
***************
*** 236,241 ****
--- 236,246 ----
      struct glyph_matrix *current_matrix;
      struct glyph_matrix *desired_matrix;
  
+     /* Scaling factor for the glyph_matrix size calculation in this window.
+        Used if window contains many small images or uses proportional fonts,
+        as the normal  may yield a matrix which is too small.  */
+     int nrows_scale_factor, ncols_scale_factor;
+ 
      /* Cursor position as of last update that completed without
         pause.  This is the position of last_point.  */
      struct cursor_pos last_cursor;




reply via email to

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