changeset 53077:f832dd90f584

(struct it): New member first_vpos.
author Kim F. Storm <storm@cua.dk>
date Sun, 16 Nov 2003 23:43:33 +0000
parents d97bfc7ea7a3
children 70edd5bc7bd7
files src/dispextern.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispextern.h	Sun Nov 16 23:43:00 2003 +0000
+++ b/src/dispextern.h	Sun Nov 16 23:43:33 2003 +0000
@@ -1964,6 +1964,9 @@
      glyph_row in move_it_to and display_line.  */
   int current_y;
 
+  /* Vertical matrix position of first text line in window.  */
+  int first_vpos;
+
   /* Current vertical matrix position, or line number.  Automatically
      incremented by move_it_to and display_line.  */
   int vpos;