Mercurial > hg > xemacs-beta
comparison src/redisplay.h @ 406:b8cc9ab3f761 r21-2-33
Import from CVS: tag r21-2-33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:17:09 +0200 |
parents | 2f8bb876ab1d |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
405:0e08f63c74d2 | 406:b8cc9ab3f761 |
---|---|
305 used propagation data */ | 305 used propagation data */ |
306 | 306 |
307 layout_bounds bounds; /* line boundary positions */ | 307 layout_bounds bounds; /* line boundary positions */ |
308 | 308 |
309 char modeline; /* t if this line is a modeline */ | 309 char modeline; /* t if this line is a modeline */ |
310 | |
311 char line_continuation; /* t if this line continues to | |
312 next display line. */ | |
310 | 313 |
311 /* Dynamic array of display blocks */ | 314 /* Dynamic array of display blocks */ |
312 display_block_dynarr *display_blocks; | 315 display_block_dynarr *display_blocks; |
313 | 316 |
314 /* Dynamic arrays of left and right glyph blocks */ | 317 /* Dynamic arrays of left and right glyph blocks */ |