comparison src/dispextern.h @ 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 e09f199d1b5b
children fa2641411db1 1a68e4b22355
comparison
equal deleted inserted replaced
55168:792257ac0c03 55169:fb4f7c39404d
1922 /* If 1, saved_face_id contains the id of the face in front of text 1922 /* If 1, saved_face_id contains the id of the face in front of text
1923 skipped due to selective display. */ 1923 skipped due to selective display. */
1924 unsigned face_before_selective_p : 1; 1924 unsigned face_before_selective_p : 1;
1925 1925
1926 /* If 1, adjust current glyph so it does not increase current row 1926 /* If 1, adjust current glyph so it does not increase current row
1927 descent/ascent. */ 1927 descent/ascent (line-height property). Reset after this glyph. */
1928 unsigned constrain_row_ascent_descent_p : 1; 1928 unsigned constrain_row_ascent_descent_p : 1;
1929
1930 /* If 1, show current glyph in default face. Reset after this glyph. */
1931 unsigned use_default_face : 1;
1929 1932
1930 /* The ID of the default face to use. One of DEFAULT_FACE_ID, 1933 /* The ID of the default face to use. One of DEFAULT_FACE_ID,
1931 MODE_LINE_FACE_ID, etc, depending on what we are displaying. */ 1934 MODE_LINE_FACE_ID, etc, depending on what we are displaying. */
1932 int base_face_id; 1935 int base_face_id;
1933 1936