summaryrefslogtreecommitdiffstats
path: root/generic/tk.decls
diff options
context:
space:
mode:
authormarc_culler <marc.culler@gmail.com>2020-09-01 19:08:16 (GMT)
committermarc_culler <marc.culler@gmail.com>2020-09-01 19:08:16 (GMT)
commit68904d092e3c143f9fea26a59781dca0baabad9c (patch)
tree91bfab7c2bef38dd6557aff4dc34029864b3e3f7 /generic/tk.decls
parent80de0712f1991eb5ccfad6527e751318e3036881 (diff)
parentcd0daf6b28c452b2b473b1a0064b2c95634abe59 (diff)
downloadtk-68904d092e3c143f9fea26a59781dca0baabad9c.zip
tk-68904d092e3c143f9fea26a59781dca0baabad9c.tar.gz
tk-68904d092e3c143f9fea26a59781dca0baabad9c.tar.bz2
Rename 3 badly named functions that were exported as stubs; export under both old and new names; edit comments.
Diffstat (limited to 'generic/tk.decls')
-rw-r--r--generic/tk.decls10
1 files changed, 9 insertions, 1 deletions
diff --git a/generic/tk.decls b/generic/tk.decls
index 8d13223..b0ad8d5 100644
--- a/generic/tk.decls
+++ b/generic/tk.decls
@@ -1142,10 +1142,18 @@ declare 10 aqua {
declare 11 aqua {
Tk_Window Tk_MacOSXGetTkWindow(void *w)
}
+# Replaces TkMacOSXGetDrawablePort
declare 12 aqua {
void *Tk_MacOSXGetCGContextForDrawable(Drawable drawable)
}
-
+# Replaces TkMacOSXGetRootControl
+declare 13 aqua {
+ void *Tk_MacOSXGetNSViewForDrawable(Drawable drawable)
+}
+# Replaces TkMacOSXDrawable
+declare 14 aqua {
+ void *Tk_MacOSXGetNSWindowForDrawable(Drawable drawable)
+}
declare 16 aqua {
void TkGenWMConfigureEvent_(Tk_Window tkwin, int x, int y, int width,
int height, int flags)