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

Diff of /emacs/src/dispextern.h

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

revision 1.136.2.2 by miles, Tue Oct 14 23:16:42 2003 UTC revision 1.136.2.3 by miles, Fri Nov 21 00:36:17 2003 UTC
# Line 1778  struct it Line 1778  struct it
1778       thus we need at most 16 bytes here.  */       thus we need at most 16 bytes here.  */
1779    Lisp_Object ctl_chars[16];    Lisp_Object ctl_chars[16];
1780    
1781      /* Initial buffer or string position of the iterator, before skipping
1782         over display properties and invisible text.  */
1783      struct display_pos start;
1784    
1785    /* Current buffer or string position of the iterator, including    /* Current buffer or string position of the iterator, including
1786       position in overlay strings etc.  */       position in overlay strings etc.  */
1787    struct display_pos current;    struct display_pos current;
# Line 1964  struct it Line 1968  struct it
1968       glyph_row in move_it_to and display_line.  */       glyph_row in move_it_to and display_line.  */
1969    int current_y;    int current_y;
1970    
1971      /* Vertical matrix position of first text line in window.  */
1972      int first_vpos;
1973    
1974    /* Current vertical matrix position, or line number.  Automatically    /* Current vertical matrix position, or line number.  Automatically
1975       incremented by move_it_to and display_line.  */       incremented by move_it_to and display_line.  */
1976    int vpos;    int vpos;

Legend:
Removed from v.1.136.2.2  
changed lines
  Added in v.1.136.2.3

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