diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 46ed99844e7..576f22870c2 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2530,7 +2530,9 @@ struct it | |||
| 2530 | 2530 | ||
| 2531 | /* First and last visible x-position in the display area. If window | 2531 | /* First and last visible x-position in the display area. If window |
| 2532 | is hscrolled by n columns, first_visible_x == n * FRAME_COLUMN_WIDTH | 2532 | is hscrolled by n columns, first_visible_x == n * FRAME_COLUMN_WIDTH |
| 2533 | (f), and last_visible_x == pixel width of W + first_visible_x. */ | 2533 | (f), and last_visible_x == pixel width of W + first_visible_x. |
| 2534 | When truncation or continuation glyphs are produced due to lack of | ||
| 2535 | fringes, last_visible_x excludes the space required for these glyphs. */ | ||
| 2534 | int first_visible_x, last_visible_x; | 2536 | int first_visible_x, last_visible_x; |
| 2535 | 2537 | ||
| 2536 | /* Last visible y-position + 1 in the display area without a mode | 2538 | /* Last visible y-position + 1 in the display area without a mode |