summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-27 10:17:39 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-27 10:17:39 (GMT)
commitbb7ff6b6a27d0862cd889aedff9f0bde74273435 (patch)
tree970c44e3584af7c0191565e3a2b1e1bdb0dd8b91 /generic/tkStubInit.c
parent482d9e4c5ef3ed6c8c8c76a951274c9bb5b19748 (diff)
downloadtk-bb7ff6b6a27d0862cd889aedff9f0bde74273435.zip
tk-bb7ff6b6a27d0862cd889aedff9f0bde74273435.tar.gz
tk-bb7ff6b6a27d0862cd889aedff9f0bde74273435.tar.bz2
Review: Suggested to rename TkpGetCapture back to TkMacOSXGetCapture for MacOSX, and keep the same return type (also for TkpGetCapture).
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r--generic/tkStubInit.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c
index 56b1052..b531933 100644
--- a/generic/tkStubInit.c
+++ b/generic/tkStubInit.c
@@ -506,7 +506,8 @@ static const TkIntPlatStubs tkIntPlatStubs = {
TkWmCleanup, /* 43 */
TkSendCleanup, /* 44 */
TkpTestsendCmd, /* 45 */
- TkpGetCapture, /* 46 */
+ 0, /* 46 */
+ TkpGetCapture, /* 47 */
#endif /* WIN */
#ifdef MAC_OSX_TK /* AQUA */
TkGenerateActivateEvents, /* 0 */
@@ -556,7 +557,7 @@ static const TkIntPlatStubs tkIntPlatStubs = {
TkMacOSXGetHostToplevel, /* 44 */
TkMacOSXPreprocessMenu, /* 45 */
TkpIsWindowFloating, /* 46 */
- TkpGetCapture, /* 47 */
+ TkMacOSXGetCapture, /* 47 */
0, /* 48 */
TkGetTransientMaster, /* 49 */
TkGenerateButtonEvent, /* 50 */