aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2003-11-16 23:43:33 +0000
committerKim F. Storm2003-11-16 23:43:33 +0000
commited7d07bdcfa9384e7cc84b9ae13e231a5ddc13f9 (patch)
treed0ec1e8272d26707c06bf26f13d3769a943d388b /src
parent859492c4b0047333fc9fc0b047b705f59880e13a (diff)
downloademacs-ed7d07bdcfa9384e7cc84b9ae13e231a5ddc13f9.tar.gz
emacs-ed7d07bdcfa9384e7cc84b9ae13e231a5ddc13f9.zip
(struct it): New member first_vpos.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h3
1 files changed, 3 insertions, 0 deletions
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
1964 glyph_row in move_it_to and display_line. */ 1964 glyph_row in move_it_to and display_line. */
1965 int current_y; 1965 int current_y;
1966 1966
1967 /* Vertical matrix position of first text line in window. */
1968 int first_vpos;
1969
1967 /* Current vertical matrix position, or line number. Automatically 1970 /* Current vertical matrix position, or line number. Automatically
1968 incremented by move_it_to and display_line. */ 1971 incremented by move_it_to and display_line. */
1969 int vpos; 1972 int vpos;