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 [lexbind]


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

Index: emacs/src/window.h
diff -c emacs/src/window.h:1.49.2.5 emacs/src/window.h:1.49.2.6
*** emacs/src/window.h:1.49.2.5 Tue Jul  6 10:17:22 2004
--- emacs/src/window.h  Fri Jul 23 04:42:23 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]