/[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.62 by kfstorm, Wed Jun 16 15:10:55 2004 UTC revision 1.63 by kfstorm, Wed Jul 21 21:08:56 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.62  
changed lines
  Added in v.1.63

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