1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00

(struct it): New member ignore_overlay_strings_at_pos_p.

This commit is contained in:
Kim F. Storm 2005-11-11 15:33:34 +00:00
parent 310316cfb9
commit fcc38f6dbe

View file

@ -1979,6 +1979,10 @@ struct it
/* 1 means overlay strings at end_charpos have been processed. */
unsigned overlay_strings_at_end_processed_p : 1;
/* 1 means to ignore overlay strings at current pos, as they have
already been processed. */
unsigned ignore_overlay_strings_at_pos_p : 1;
/* 1 means the actual glyph is not available in the current
system. */
unsigned glyph_not_available_p : 1;