# HG changeset patch # User Kim F. Storm # Date 1131723214 0 # Node ID b3f0971004ea3cd64facd6a9d6542f615c272c97 # Parent cae7b536e5700d42e034ef11a4697229004d538c (struct it): New member ignore_overlay_strings_at_pos_p. diff -r cae7b536e570 -r b3f0971004ea src/dispextern.h --- 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;