1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00

(struct glyph_row): Flag internal_border_p removed.

This commit is contained in:
Gerd Moellmann 1999-07-27 00:01:46 +00:00
parent 1fffe87013
commit 2891cf7aaa

View file

@ -636,10 +636,6 @@ struct glyph_row
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;