diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-27 10:17:39 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-27 10:17:39 (GMT) |
commit | bb7ff6b6a27d0862cd889aedff9f0bde74273435 (patch) | |
tree | 970c44e3584af7c0191565e3a2b1e1bdb0dd8b91 /generic/tkStubInit.c | |
parent | 482d9e4c5ef3ed6c8c8c76a951274c9bb5b19748 (diff) | |
download | tk-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.c | 5 |
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 */ |