diff options
author | Kevin Walzer <kw@codebykevin.com> | 2014-07-07 01:09:27 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2014-07-07 01:09:27 (GMT) |
commit | be3bd33ea108e6116b03a6a87119e7bdb7350ca0 (patch) | |
tree | 56910006a0e3aefe31055372ebc1ac43312e5095 /macosx/tkMacOSXSubwindows.c | |
parent | 1f8ebd7b0caa1a054bd930e47618c85b4dcb2a9b (diff) | |
download | tk-be3bd33ea108e6116b03a6a87119e7bdb7350ca0.zip tk-be3bd33ea108e6116b03a6a87119e7bdb7350ca0.tar.gz tk-be3bd33ea108e6116b03a6a87119e7bdb7350ca0.tar.bz2 |
Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc Culler for the extensive patch.
Diffstat (limited to 'macosx/tkMacOSXSubwindows.c')
-rw-r--r-- | macosx/tkMacOSXSubwindows.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXSubwindows.c b/macosx/tkMacOSXSubwindows.c index 18276fb..29bc4a3 100644 --- a/macosx/tkMacOSXSubwindows.c +++ b/macosx/tkMacOSXSubwindows.c @@ -1277,7 +1277,7 @@ UpdateOffsets( * Returns a handle to a new pixmap. * * Side effects: - * Allocates a new Macintosh GWorld. + * Allocates a new CGBitmapContext. * *---------------------------------------------------------------------- */ @@ -1323,7 +1323,7 @@ Tk_GetPixmap( * None. * * Side effects: - * Deletes the Macintosh GWorld created by Tk_GetPixmap. + * Deletes the CGBitmapContext created by Tk_GetPixmap. * *---------------------------------------------------------------------- */ |