diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-30 19:40:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-30 19:40:32 (GMT) |
commit | 978ebdabc724269d5559757507f87bd121953099 (patch) | |
tree | 87be93974759bfc95575170f122d16c56c87640c /generic/tkStubInit.c | |
parent | 5f8fa20d23ced1ed51787796956391f963658830 (diff) | |
download | tk-978ebdabc724269d5559757507f87bd121953099.zip tk-978ebdabc724269d5559757507f87bd121953099.tar.gz tk-978ebdabc724269d5559757507f87bd121953099.tar.bz2 |
more int -> Tcl_Size (making use of the increased range in Tcl 9.0)
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r-- | generic/tkStubInit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c index 8970646..309f162 100644 --- a/generic/tkStubInit.c +++ b/generic/tkStubInit.c @@ -638,7 +638,7 @@ static const TkIntPlatStubs tkIntPlatStubs = { TkSendCleanup, /* 10 */ 0, /* 11 */ TkpWmSetState, /* 12 */ - TkpTestsendCmd, /* 13 */ + TkpTestsendCmd_, /* 13 */ 0, /* 14 */ 0, /* 15 */ 0, /* 16 */ @@ -670,7 +670,7 @@ static const TkIntPlatStubs tkIntPlatStubs = { TkUnixSetMenubar_, /* 42 */ TkWmCleanup_, /* 43 */ TkSendCleanup_, /* 44 */ - TkpTestsendCmd_, /* 45 */ + TkpTestsendCmd, /* 45 */ #endif /* X11 */ }; |