summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-05-29 14:57:44 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-05-29 14:57:44 (GMT)
commit728fe9ac308f864a0cdfa074a7e548a114f80d4d (patch)
treed5339e880aa30941f4823b36606c7e1b7e484770 /generic/tkInt.decls
parent48e69401388f72f0f498d0d8b385a1c2e79a525b (diff)
downloadtk-728fe9ac308f864a0cdfa074a7e548a114f80d4d.zip
tk-728fe9ac308f864a0cdfa074a7e548a114f80d4d.tar.gz
tk-728fe9ac308f864a0cdfa074a7e548a114f80d4d.tar.bz2
Added OSX-specific mechanism to allow retrieval of the drawing surface.
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r--generic/tkInt.decls5
1 files changed, 5 insertions, 0 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls
index 7e33de4..480f596 100644
--- a/generic/tkInt.decls
+++ b/generic/tkInt.decls
@@ -1027,6 +1027,11 @@ declare 51 aqua {
declare 53 aqua {
unsigned long TkpGetMS(void)
}
+
+# For Canvas3d, requested by Sean Woods
+declare 54 aqua {
+ void *TkMacOSXDrawable(Drawable drawable)
+}
##############################################################################