From 7293ac29842d90126bc6d4a30f4da95094d44acc Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Mon, 26 Apr 2004 22:39:21 +0000 Subject: [PATCH] (struct it): New member use_default_face. --- src/dispextern.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/dispextern.h b/src/dispextern.h index 746a5b2906f..387b92a265c 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -1924,9 +1924,12 @@ struct it 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; -- 2.39.5