# HG changeset patch # User Kim F. Storm # Date 1083019161 0 # Node ID fb4f7c39404df41b3481ea7ed2b5eeb28766612f # Parent 792257ac0c03c26b0bfdab808664437e3f3dbebf (struct it): New member use_default_face. diff -r 792257ac0c03 -r fb4f7c39404d src/dispextern.h --- 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;