diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 3 |
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; |