summaryrefslogtreecommitdiffstats
path: root/generic/tk.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-28 14:16:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-28 14:16:41 (GMT)
commit1973b95cf06149eb8894e6a4c85e8c2b9f68a231 (patch)
tree6d572968ca0eb657628b72cac2c8833bd1edf8d1 /generic/tk.decls
parent078bc1618f77b4a7e2ad2a8ea73125e5979bea24 (diff)
downloadtk-1973b95cf06149eb8894e6a4c85e8c2b9f68a231.zip
tk-1973b95cf06149eb8894e6a4c85e8c2b9f68a231.tar.gz
tk-1973b95cf06149eb8894e6a4c85e8c2b9f68a231.tar.bz2
Export TkMacOSXGetCGContextForDrawable() too, that's the only function from the "nicer_stubs" branch which can be added without compatibility problems
Diffstat (limited to 'generic/tk.decls')
-rw-r--r--generic/tk.decls4
1 files changed, 4 insertions, 0 deletions
diff --git a/generic/tk.decls b/generic/tk.decls
index 0d6c7a1..12b8062 100644
--- a/generic/tk.decls
+++ b/generic/tk.decls
@@ -1142,6 +1142,10 @@ declare 10 aqua {
declare 11 aqua {
TkWindow* TkMacOSXGetTkWindow(void *w)
}
+declare 12 aqua {
+ void *TkMacOSXGetCGContextForDrawable(Drawable drawable)
+}
+
declare 16 aqua {
void TkGenWMConfigureEvent_(Tk_Window tkwin, int x, int y, int width,
int height, int flags)