summaryrefslogtreecommitdiffstats
path: root/generic/tkText.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-01-25 05:42:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-01-25 05:42:09 (GMT)
commit27cdbeeb3a3582ec447eecaf0963a22790a4e418 (patch)
tree7da1f34eaf9ff213c6988ce546829568c5ee7a7e /generic/tkText.h
parenta29fa51c0eacb2e4a9a420da939ca5517383a9b3 (diff)
parent0dc5fc34214057ee46ff58d247f0baa0dc75578a (diff)
downloadtk-27cdbeeb3a3582ec447eecaf0963a22790a4e418.zip
tk-27cdbeeb3a3582ec447eecaf0963a22790a4e418.tar.gz
tk-27cdbeeb3a3582ec447eecaf0963a22790a4e418.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.