From: Kim F. Storm Date: Mon, 26 Apr 2004 22:39:21 +0000 (+0000) Subject: (struct it): New member use_default_face. X-Git-Tag: ttn-vms-21-2-B4~6576 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7293ac29842d90126bc6d4a30f4da95094d44acc;p=emacs.git (struct it): New member use_default_face. --- 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;