summaryrefslogtreecommitdiffstats
path: root/generic/tkIntDecls.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-01-25 10:16:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-01-25 10:16:05 (GMT)
commitc4cd98fad6a0607ff3a895300539284b141a3dac (patch)
tree51a29c6a6c47dd105f77b245c06882d898168a0f /generic/tkIntDecls.h
parent6115ec2a01e2b90e4d54cd15ef6e8e4022420d06 (diff)
downloadtk-c4cd98fad6a0607ff3a895300539284b141a3dac.zip
tk-c4cd98fad6a0607ff3a895300539284b141a3dac.tar.gz
tk-c4cd98fad6a0607ff3a895300539284b141a3dac.tar.bz2
Add Tk_MakeWindow too
Diffstat (limited to 'generic/tkIntDecls.h')
-rw-r--r--generic/tkIntDecls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tkIntDecls.h b/generic/tkIntDecls.h
index 11802b8..de7e9fc 100644
--- a/generic/tkIntDecls.h
+++ b/generic/tkIntDecls.h
@@ -1212,6 +1212,7 @@ extern const TkIntStubs *tkIntStubsPtr;
#undef TkpGetOtherWindow
#undef TkpGetSystemDefault
#undef TkpMakeContainer
+#undef TkpMakeWindow
#if !defined(TK_NO_DEPRECATED) && (TCL_MAJOR_VERSION == 8)
# define TkSetWindowMenuBar Tk_SetWindowMenuBar
@@ -1221,6 +1222,7 @@ extern const TkIntStubs *tkIntStubsPtr;
# define TkpGetOtherWindow ((TkWindow *(*)(TkWindow *))(void *)Tk_GetOtherWindow)
# define TkpGetSystemDefault Tk_GetSystemDefault
# define TkpMakeContainer Tk_MakeContainer
+# define TkpMakeWindow ((Window (*)(TkWindow *, Window))(void *)Tk_MakeWindow)
#endif
#if !defined(MAC_OSX_TK)