diff src/dispextern.h @ 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 695cf19ef79e
children bebcff17499f
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;