/[emacs]/emacs/src/window.h
ViewVC logotype

Diff of /emacs/src/window.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.49.2.5 by miles, Tue Jul 6 10:17:22 2004 UTC revision 1.49.2.6 by miles, Fri Jul 23 04:42:23 2004 UTC
# Line 236  struct window Line 236  struct window
236      struct glyph_matrix *current_matrix;      struct glyph_matrix *current_matrix;
237      struct glyph_matrix *desired_matrix;      struct glyph_matrix *desired_matrix;
238    
239        /* Scaling factor for the glyph_matrix size calculation in this window.
240           Used if window contains many small images or uses proportional fonts,
241           as the normal  may yield a matrix which is too small.  */
242        int nrows_scale_factor, ncols_scale_factor;
243    
244      /* Cursor position as of last update that completed without      /* Cursor position as of last update that completed without
245         pause.  This is the position of last_point.  */         pause.  This is the position of last_point.  */
246      struct cursor_pos last_cursor;      struct cursor_pos last_cursor;

Legend:
Removed from v.1.49.2.5  
changed lines
  Added in v.1.49.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26