Mercurial > emacs
changeset 25081:0ce9ccfb0955
(struct glyph_row): Flag internal_border_p removed.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 27 Jul 1999 00:01:46 +0000 |
parents | 46c21258f1ff |
children | ba6bf065b287 |
files | src/dispextern.h |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Mon Jul 26 22:20:21 1999 +0000 +++ b/src/dispextern.h Tue Jul 27 00:01:46 1999 +0000 @@ -636,10 +636,6 @@ implies that the row doesn't have marginal areas. */ unsigned full_width_p : 1; - /* if non-zero, and full_width_p is also non-zero, don't let - the row draw over the frame's internal border. */ - unsigned internal_border_p : 1; - /* Non-zero means row is a mode or top-line. */ unsigned mode_line_p : 1;