comparison src/dispextern.h @ 25371:f13b05bf590b

(struct glyph_matrix): Add buffer, begv, and zv.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 23 Aug 1999 00:11:42 +0000
parents 98eb0a0280e7
children 803de6670aa5
comparison
equal deleted inserted replaced
25370:20d8158841b0 25371:f13b05bf590b
462 462
463 #ifdef GLYPH_DEBUG 463 #ifdef GLYPH_DEBUG
464 /* A string identifying the method used to display the matrix. */ 464 /* A string identifying the method used to display the matrix. */
465 char method[512]; 465 char method[512];
466 #endif 466 #endif
467
468 /* The buffer this matrix displays. Set in redisplay_internal. */
469 struct buffer *buffer;
470
471 /* Values of BEGV and ZV as of last redisplay. */
472 int begv, zv;
467 }; 473 };
468 474
469 475
470 /* Check that glyph pointers stored in glyph rows of MATRIX are okay. 476 /* Check that glyph pointers stored in glyph rows of MATRIX are okay.
471 This aborts if any pointer is found twice. */ 477 This aborts if any pointer is found twice. */