aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 7426c03b5ec..27d3c1583ca 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2178,6 +2178,12 @@ struct it
2178 OVERLAY_STRING_CHUNK_SIZE. */ 2178 OVERLAY_STRING_CHUNK_SIZE. */
2179 int n_overlay_strings; 2179 int n_overlay_strings;
2180 2180
2181 /* The charpos where n_overlay_strings was calculated. This should
2182 be set at the same time as n_overlay_strings. It is needed
2183 because we show before-strings at the start of invisible text;
2184 see handle_invisible_prop in xdisp.c. */
2185 int overlay_strings_charpos;
2186
2181 /* Vector of overlays to process. Overlay strings are processed 2187 /* Vector of overlays to process. Overlay strings are processed
2182 OVERLAY_STRING_CHUNK_SIZE at a time. */ 2188 OVERLAY_STRING_CHUNK_SIZE at a time. */
2183#define OVERLAY_STRING_CHUNK_SIZE 16 2189#define OVERLAY_STRING_CHUNK_SIZE 16