changeset 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 cae7b536e570
children 946cec24dd4b
files src/dispextern.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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;