summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-08 11:02:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-08 11:02:00 (GMT)
commit2c80218636b778e62c7c0707c891553b83a79a26 (patch)
tree50cad0b3dcb10641fde14caaf2993123a9dc5991 /generic/tkStubInit.c
parentd3271e2d220f2768f99b11887816cacb6223c784 (diff)
downloadtk-2c80218636b778e62c7c0707c891553b83a79a26.zip
tk-2c80218636b778e62c7c0707c891553b83a79a26.tar.gz
tk-2c80218636b778e62c7c0707c891553b83a79a26.tar.bz2
Move up TkUnusedStubEntry a little.
New test function "menubarheight" for MacOSX (backported from 8.6)
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r--generic/tkStubInit.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c
index 3f6d348..6054d50 100644
--- a/generic/tkStubInit.c
+++ b/generic/tkStubInit.c
@@ -481,7 +481,9 @@ TkIntStubs tkIntStubs = {
NULL, /* 181 */
NULL, /* 182 */
NULL, /* 183 */
- TkUnusedStubEntry, /* 184 */
+ NULL, /* 184 */
+ NULL, /* 185 */
+ TkUnusedStubEntry, /* 186 */
};
TkIntPlatStubs tkIntPlatStubs = {
@@ -961,6 +963,12 @@ TkPlatStubs tkPlatStubs = {
TkMacOSXGetRootControl, /* 8 */
Tk_MacOSXSetupTkNotifier, /* 9 */
Tk_MacOSXIsAppInFront, /* 10 */
+ NULL, /* 11 */
+ NULL, /* 12 */
+ NULL, /* 13 */
+ NULL, /* 14 */
+ NULL, /* 15 */
+ TkUnusedStubEntry, /* 16 */
#endif /* AQUA */
};