Mercurial > emacs
changeset 55169:fb4f7c39404d
(struct it): New member use_default_face.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 26 Apr 2004 22:39:21 +0000 |
parents | 792257ac0c03 |
children | a6568af3a29b |
files | src/dispextern.h |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Mon Apr 26 22:22:23 2004 +0000 +++ b/src/dispextern.h Mon Apr 26 22:39:21 2004 +0000 @@ -1924,9 +1924,12 @@ unsigned face_before_selective_p : 1; /* If 1, adjust current glyph so it does not increase current row - descent/ascent. */ + descent/ascent (line-height property). Reset after this glyph. */ unsigned constrain_row_ascent_descent_p : 1; + /* If 1, show current glyph in default face. Reset after this glyph. */ + unsigned use_default_face : 1; + /* The ID of the default face to use. One of DEFAULT_FACE_ID, MODE_LINE_FACE_ID, etc, depending on what we are displaying. */ int base_face_id;