diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-29 15:38:42 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-29 15:38:42 (GMT) |
commit | fb0ecf4500a7e434b90027bbc19f95c8a2d3fb6e (patch) | |
tree | fc8f6f5f2f131580f8cabdc1a998bf23008d21de /generic/tkIntDecls.h | |
parent | c9a5779ed8262de2ee55db19ea637ce9d2c19624 (diff) | |
download | tk-fb0ecf4500a7e434b90027bbc19f95c8a2d3fb6e.zip tk-fb0ecf4500a7e434b90027bbc19f95c8a2d3fb6e.tar.gz tk-fb0ecf4500a7e434b90027bbc19f95c8a2d3fb6e.tar.bz2 |
Add more (dummy) stub entries, as preparation for futher stub simplifications in 8.7 and 9.0
Diffstat (limited to 'generic/tkIntDecls.h')
-rw-r--r-- | generic/tkIntDecls.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/generic/tkIntDecls.h b/generic/tkIntDecls.h index eb32c00..fa1833e 100644 --- a/generic/tkIntDecls.h +++ b/generic/tkIntDecls.h @@ -1160,6 +1160,14 @@ extern const TkIntStubs *tkIntStubsPtr; #undef TkSetRegion #undef TkSubtractRegion #undef TkUnionRectWithRegion +#undef TkpCmapStressed_ +#undef TkpSync_ +#undef TkUnixContainerId_ +#undef TkUnixDoOneXEvent_ +#undef TkUnixSetMenubar_ +#undef TkWmCleanup_ +#undef TkSendCleanup_ +#undef TkpTestsendCmd_ #define TkClipBox(rgn, rect) XClipBox((Region) rgn, rect) #define TkCreateRegion() (TkRegion) XCreateRegion() |