summaryrefslogtreecommitdiff
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-06-22 19:35:07 +0000
committerGerd Moellmann <gerd@gnu.org>2000-06-22 19:35:07 +0000
commit64f3a16632337bbfb91531cdd6d1fe137fb59f5c (patch)
tree840cbc9458a8a545eb4acf18b9099519b8174852 /src/dispextern.h
parent2970b9beee8fb931dae6d37b52e6dd195506bd3c (diff)
downloademacs-64f3a16632337bbfb91531cdd6d1fe137fb59f5c.tar.gz
(struct it): Add member add_overlay_start.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index e53cdfb3a6e..4d81e9e4e27 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -1571,6 +1571,10 @@ struct it
OVERLAY_STRING_CHUNK_SIZE. */
int n_overlay_strings;
+ /* If non-zero, an additional overlay start position to take overlay
+ strings from. */
+ int add_overlay_start;
+
/* If non-nil, a Lisp string being processed. If
current.overlay_string_index >= 0, this is an overlay string from
pos. */