diff options
author | andreask <andreask> | 2012-10-09 17:40:09 (GMT) |
---|---|---|
committer | andreask <andreask> | 2012-10-09 17:40:09 (GMT) |
commit | afb4609b0083b68a9c9dcd5746da25b9ac2e89b5 (patch) | |
tree | e7d7ca3ac755154c0a47bc701649384a23c8fec9 /generic/tkStubInit.c | |
parent | da44d7effe24142164eb4805a249921bc4705bc7 (diff) | |
download | tk-afb4609b0083b68a9c9dcd5746da25b9ac2e89b5.zip tk-afb4609b0083b68a9c9dcd5746da25b9ac2e89b5.tar.gz tk-afb4609b0083b68a9c9dcd5746da25b9ac2e89b5.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/tkStubInit.c')
-rw-r--r-- | generic/tkStubInit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c index cee9133..c2ef290 100644 --- a/generic/tkStubInit.c +++ b/generic/tkStubInit.c @@ -584,6 +584,7 @@ TkIntPlatStubs tkIntPlatStubs = { TkGenWMDestroyEvent, /* 51 */ NULL, /* 52 */ TkpGetMS, /* 53 */ + TkMacOSXDrawable, /* 54 */ #endif /* AQUA */ #if !(defined(__WIN32__) || defined(__CYGWIN__) || defined(MAC_OSX_TK)) /* X11 */ TkCreateXEventSource, /* 0 */ |