summaryrefslogtreecommitdiffstats
path: root/generic/tk.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-28 09:36:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-28 09:36:12 (GMT)
commit078bc1618f77b4a7e2ad2a8ea73125e5979bea24 (patch)
treee77064f6aba766c97bc440bdf42c931d7443a268 /generic/tk.decls
parent9cfbd3e51461d673752779dc1a09e8011a701846 (diff)
downloadtk-078bc1618f77b4a7e2ad2a8ea73125e5979bea24.zip
tk-078bc1618f77b4a7e2ad2a8ea73125e5979bea24.tar.gz
tk-078bc1618f77b4a7e2ad2a8ea73125e5979bea24.tar.bz2
Export TkMacOSXGetTkWindow() for TkDND, without this it cannot be compiled as stub-enabled extension
Diffstat (limited to 'generic/tk.decls')
-rw-r--r--generic/tk.decls3
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tk.decls b/generic/tk.decls
index 3e64878..0d6c7a1 100644
--- a/generic/tk.decls
+++ b/generic/tk.decls
@@ -1139,6 +1139,9 @@ declare 9 aqua {
declare 10 aqua {
int Tk_MacOSXIsAppInFront(void)
}
+declare 11 aqua {
+ TkWindow* TkMacOSXGetTkWindow(void *w)
+}
declare 16 aqua {
void TkGenWMConfigureEvent_(Tk_Window tkwin, int x, int y, int width,
int height, int flags)