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 | df83d667f620123b4aee3c99d8842189de3db737 (patch) | |
tree | 56910006a0e3aefe31055372ebc1ac43312e5095 /macosx/tkMacOSXSubwindows.c | |
parent | 1d58f0d143fb94eeaf0dbd0ddc36011423356d88 (diff) | |
download | tk-df83d667f620123b4aee3c99d8842189de3db737.zip tk-df83d667f620123b4aee3c99d8842189de3db737.tar.gz tk-df83d667f620123b4aee3c99d8842189de3db737.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. * *---------------------------------------------------------------------- */ |