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)
commit46763e67f1830a5bb94b2576b9029f0b21aa789f (patch)
tree7da1f34eaf9ff213c6988ce546829568c5ee7a7e /generic/tkText.h
parent33a724f6c44c1c2ab31597a064b552f3d49e1fbf (diff)
parent02b4ba2b6ff8e6c4ff4e86281b3295479ec8e93e (diff)
downloadtk-46763e67f1830a5bb94b2576b9029f0b21aa789f.zip
tk-46763e67f1830a5bb94b2576b9029f0b21aa789f.tar.gz
tk-46763e67f1830a5bb94b2576b9029f0b21aa789f.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.