diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 7018812aba7..6a319f2138e 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -502,10 +502,12 @@ struct glyph_matrix | |||
| 502 | char method[512]; | 502 | char method[512]; |
| 503 | #endif | 503 | #endif |
| 504 | 504 | ||
| 505 | /* The buffer this matrix displays. Set in redisplay_internal. */ | 505 | /* The buffer this matrix displays. Set in |
| 506 | mark_window_display_accurate_1. */ | ||
| 506 | struct buffer *buffer; | 507 | struct buffer *buffer; |
| 507 | 508 | ||
| 508 | /* Values of BEGV and ZV as of last redisplay. */ | 509 | /* Values of BEGV and ZV as of last redisplay. Set in |
| 510 | mark_window_display_accurate_1. */ | ||
| 509 | int begv, zv; | 511 | int begv, zv; |
| 510 | }; | 512 | }; |
| 511 | 513 | ||