From: Kim F. Storm Date: Sun, 16 Nov 2003 23:43:33 +0000 (+0000) Subject: (struct it): New member first_vpos. X-Git-Tag: ttn-vms-21-2-B4~8349 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed7d07bdcfa9384e7cc84b9ae13e231a5ddc13f9;p=emacs.git (struct it): New member first_vpos. --- diff --git a/src/dispextern.h b/src/dispextern.h index d38f3d34275..615d1a02670 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -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;