summaryrefslogtreecommitdiffstats
path: root/generic/tk.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-06 17:08:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-06 17:08:12 (GMT)
commit9d1abea3325f5bcc2d822d4b23d742e517855593 (patch)
treeeb720826deb9111b171c987882e563abd250eec9 /generic/tk.decls
parente04db4716d431f93bff03c37a5e5b21d264dc846 (diff)
parent57cb5d1b7215c1c676e7213748bcd65096f52af3 (diff)
downloadtk-9d1abea3325f5bcc2d822d4b23d742e517855593.zip
tk-9d1abea3325f5bcc2d822d4b23d742e517855593.tar.gz
tk-9d1abea3325f5bcc2d822d4b23d742e517855593.tar.bz2
Tk_MacOSXGetCGContextForDrawable() doesn't replace TkMacOSXGetDrawablePort(), since TkMacOSXGetDrawablePort() is a useless function always returning NULL
No longer export Tk_MacOSXGetCGContextForDrawable as public symbol (wait doing that until 8.7)
Diffstat (limited to 'generic/tk.decls')
-rw-r--r--generic/tk.decls1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tk.decls b/generic/tk.decls
index d99aae9..e1e2b5d 100644
--- a/generic/tk.decls
+++ b/generic/tk.decls
@@ -1142,7 +1142,6 @@ declare 10 aqua {
declare 11 aqua {
Tk_Window Tk_MacOSXGetTkWindow(void *w)
}
-# Replaces TkMacOSXGetDrawablePort
declare 12 aqua {
void *Tk_MacOSXGetCGContextForDrawable(Drawable drawable)
}