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:
parent
1fffe87013
commit
2891cf7aaa
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue