summaryrefslogtreecommitdiffstats
path: root/generic/tkText.h
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-01-25 05:42:09 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-01-25 05:42:09 (GMT)
commitacfed7bccf0847fed6a296c57f0ad8c6ef76edf0 (patch)
tree7da1f34eaf9ff213c6988ce546829568c5ee7a7e /generic/tkText.h
parentc209625cb5ce810cae590f53956a075fefab400c (diff)
parent8ac3416495981591bb6696ef9350f2dd8b047aaf (diff)
downloadtk-acfed7bccf0847fed6a296c57f0ad8c6ef76edf0.zip
tk-acfed7bccf0847fed6a296c57f0ad8c6ef76edf0.tar.gz
tk-acfed7bccf0847fed6a296c57f0ad8c6ef76edf0.tar.bz2
patch 3476698: Patch for failing test text-31.11
Diffstat (limited to 'generic/tkText.h')
-rw-r--r--generic/tkText.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/generic/tkText.h b/generic/tkText.h
index 289e64b..4ffdc8a 100644
--- a/generic/tkText.h
+++ b/generic/tkText.h
@@ -561,9 +561,10 @@ typedef struct TkSharedText {
* Each "object" used for this table is the
* name of a tag. */
int stateEpoch; /* This is incremented each time the B-tree's
- * contents change structurally, and means
- * that any cached TkTextIndex objects are no
- * longer valid. */
+ * contents change structurally, or when the
+ * start/end limits change, and means that any
+ * cached TkTextIndex objects are no longer
+ * valid. */
/*
* Information related to the undo/redo functionality.