summaryrefslogtreecommitdiffstats
path: root/generic/tkText.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-11-19 21:41:31 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-11-19 21:41:31 (GMT)
commitae5a551ea90e295489c9b93879ddd911615e0536 (patch)
treefdc97ede76e8c4c53a30ae7a94fcc2ac4d623f93 /generic/tkText.h
parentd7e64d08df9fe0539c308b04f9a33201faa188f5 (diff)
downloadtk-ae5a551ea90e295489c9b93879ddd911615e0536.zip
tk-ae5a551ea90e295489c9b93879ddd911615e0536.tar.gz
tk-ae5a551ea90e295489c9b93879ddd911615e0536.tar.bz2
Code Formatting
Diffstat (limited to 'generic/tkText.h')
-rw-r--r--generic/tkText.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkText.h b/generic/tkText.h
index 192ab12..2aa8d59 100644
--- a/generic/tkText.h
+++ b/generic/tkText.h
@@ -782,7 +782,7 @@ typedef struct TkText {
* statements. */
int autoSeparators; /* Non-zero means the separators will be
* inserted automatically. */
- Tcl_Obj *linesUpdatedCmd; /* Command to be executed when lines are up to date */
+ Tcl_Obj *afterSyncCmd; /* Command to be executed when lines are up to date */
} TkText;
/*