]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct it): New member first_vpos.
authorKim F. Storm <storm@cua.dk>
Sun, 16 Nov 2003 23:43:33 +0000 (23:43 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 16 Nov 2003 23:43:33 +0000 (23:43 +0000)
src/dispextern.h

index d38f3d34275b9e1d750f8f685e6d7123955cb88f..615d1a02670164f8f339bfb0fc31e9fc0bf10495 100644 (file)
@@ -1964,6 +1964,9 @@ struct it
      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;