diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-17 09:55:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-17 09:55:46 (GMT) |
commit | 2289bae37280a207daadd8d4510a2b73fddc7129 (patch) | |
tree | 675be463f35d0ba0b9e1356ebcad6d346513919a /generic/tkStubInit.c | |
parent | ed03e57742c3c506d5268415d5e054006e6d8c74 (diff) | |
download | tk-2289bae37280a207daadd8d4510a2b73fddc7129.zip tk-2289bae37280a207daadd8d4510a2b73fddc7129.tar.gz tk-2289bae37280a207daadd8d4510a2b73fddc7129.tar.bz2 |
Re-generate internal stubs
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r-- | generic/tkStubInit.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c index faff8d8..f733637 100644 --- a/generic/tkStubInit.c +++ b/generic/tkStubInit.c @@ -441,9 +441,9 @@ static const TkIntPlatStubs tkIntPlatStubs = { TkpScanWindowId, /* 6 */ TkpWmSetState, /* 7 */ TkpSetCursor, /* 8 */ - TkpSetCapture, /* 9 */ + TkWmCleanup, /* 9 */ TkSetPixmapColormap, /* 10 */ - 0, /* 11 */ + TkpSetCapture, /* 11 */ TkWinClipboardRender, /* 12 */ TkWinEmbeddedEventProc, /* 13 */ TkWinFillRect, /* 14 */ @@ -475,7 +475,7 @@ static const TkIntPlatStubs tkIntPlatStubs = { TkUnixContainerId, /* 40 */ TkUnixDoOneXEvent, /* 41 */ TkUnixSetMenubar, /* 42 */ - TkWmCleanup, /* 43 */ + 0, /* 43 */ TkSendCleanup, /* 44 */ TkpTestsendCmd, /* 45 */ 0, /* 46 */ @@ -491,9 +491,9 @@ static const TkIntPlatStubs tkIntPlatStubs = { TkpScanWindowId, /* 6 */ TkpWmSetState, /* 7 */ TkMacOSXButtonKeyState, /* 8 */ - TkpSetCapture, /* 9 */ + TkMacOSXClearMenubarActive, /* 9 */ TkMacOSXDispatchMenuEvent, /* 10 */ - TkMacOSXClearMenubarActive, /* 11 */ + TkpSetCapture, /* 11 */ TkMacOSXHandleTearoffMenu, /* 12 */ 0, /* 13 */ TkMacOSXDoHLEvent, /* 14 */ @@ -582,7 +582,7 @@ static const TkIntPlatStubs tkIntPlatStubs = { TkUnixContainerId, /* 40 */ TkUnixDoOneXEvent, /* 41 */ TkUnixSetMenubar, /* 42 */ - TkWmCleanup, /* 43 */ + 0, /* 43 */ TkSendCleanup, /* 44 */ TkpTestsendCmd, /* 45 */ #endif /* X11 */ |