Mercurial > emacs
diff src/dispextern.h @ 66812:b3f0971004ea
(struct it): New member ignore_overlay_strings_at_pos_p.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Fri, 11 Nov 2005 15:33:34 +0000 |
| parents | b032768d55ff |
| children | 3bd95f4f2941 03934708f1e9 7beb78bc1f8e |
line wrap: on
line diff
--- a/src/dispextern.h Fri Nov 11 15:33:23 2005 +0000 +++ b/src/dispextern.h Fri Nov 11 15:33:34 2005 +0000 @@ -1979,6 +1979,10 @@ /* 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;
