comparison 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
comparison
equal deleted inserted replaced
66811:cae7b536e570 66812:b3f0971004ea
1976 of characters with box face. */ 1976 of characters with box face. */
1977 unsigned end_of_box_run_p : 1; 1977 unsigned end_of_box_run_p : 1;
1978 1978
1979 /* 1 means overlay strings at end_charpos have been processed. */ 1979 /* 1 means overlay strings at end_charpos have been processed. */
1980 unsigned overlay_strings_at_end_processed_p : 1; 1980 unsigned overlay_strings_at_end_processed_p : 1;
1981
1982 /* 1 means to ignore overlay strings at current pos, as they have
1983 already been processed. */
1984 unsigned ignore_overlay_strings_at_pos_p : 1;
1981 1985
1982 /* 1 means the actual glyph is not available in the current 1986 /* 1 means the actual glyph is not available in the current
1983 system. */ 1987 system. */
1984 unsigned glyph_not_available_p : 1; 1988 unsigned glyph_not_available_p : 1;
1985 1989