changeset 29859:cbcd0a9e4e72

(struct it): Add member add_overlay_start.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 22 Jun 2000 19:32:47 +0000
parents 54f927c5f436
children b07c21f61333
files src/dispextern.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispextern.h	Thu Jun 22 19:32:09 2000 +0000
+++ b/src/dispextern.h	Thu Jun 22 19:32:47 2000 +0000
@@ -1571,6 +1571,10 @@
      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.  */