diff options
author | andreask <andreask> | 2012-10-09 17:40:09 (GMT) |
---|---|---|
committer | andreask <andreask> | 2012-10-09 17:40:09 (GMT) |
commit | 9f45999a7ce0b26eaa1d5a9dcdd94317b16392f8 (patch) | |
tree | e7d7ca3ac755154c0a47bc701649384a23c8fec9 /generic/tkInt.decls | |
parent | 6f8d8caf039e1561659d4df6766d9b56428ccc94 (diff) | |
download | tk-9f45999a7ce0b26eaa1d5a9dcdd94317b16392f8.zip tk-9f45999a7ce0b26eaa1d5a9dcdd94317b16392f8.tar.gz tk-9f45999a7ce0b26eaa1d5a9dcdd94317b16392f8.tar.bz2 |
Cherrypick Merge, Backport of [6223d9e067]. Restored from
tk-cocoa-8-5-bacport-branch, did not survive the merge.
See trunk 2012-05-29 Donal K. Fellows
* generic/tkInt.decls (TkMacOSXDrawable): Added OSX-specific mechanism
to allow retrieval of the drawing surface. Allows Canvas3d to be
adapted to 8.6.
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r-- | generic/tkInt.decls | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls index 84e1bc3..36475df 100644 --- a/generic/tkInt.decls +++ b/generic/tkInt.decls @@ -963,6 +963,11 @@ declare 51 aqua { declare 53 aqua { unsigned long TkpGetMS(void) } + +# For Canvas3d, requested by Sean Woods +declare 54 aqua { + void *TkMacOSXDrawable(Drawable drawable) +} ############################################################################## |