diff options
author | Kevin Walzer <kw@codebykevin.com> | 2014-07-07 01:09:51 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2014-07-07 01:09:51 (GMT) |
commit | 7d519b197ec5e6208c2e68e2b698da948fa76fdc (patch) | |
tree | b41fba832aebc0baaa0d265cf13812d9af51abf9 /macosx/tkMacOSXSubwindows.c | |
parent | 9a9bcd274bd9ea7ae093489726f434ded234f0d7 (diff) | |
download | tk-7d519b197ec5e6208c2e68e2b698da948fa76fdc.zip tk-7d519b197ec5e6208c2e68e2b698da948fa76fdc.tar.gz tk-7d519b197ec5e6208c2e68e2b698da948fa76fdc.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 c235cbf..915dea1 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. * *---------------------------------------------------------------------- */ |