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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/window.h
Date: Wed, 21 Jul 2004 17:44:23 -0400

Index: emacs/src/window.h
diff -c emacs/src/window.h:1.62 emacs/src/window.h:1.63
*** emacs/src/window.h:1.62     Wed Jun 16 15:10:55 2004
--- emacs/src/window.h  Wed Jul 21 21:08:56 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]