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 | ebb86189711b94dc78250d22f896bb121a849720 (patch) | |
tree | b41fba832aebc0baaa0d265cf13812d9af51abf9 /macosx/tkMacOSXSubwindows.c | |
parent | 3b641c87437e0c46c5d0044fb7d8776cb0a7057e (diff) | |
download | tk-ebb86189711b94dc78250d22f896bb121a849720.zip tk-ebb86189711b94dc78250d22f896bb121a849720.tar.gz tk-ebb86189711b94dc78250d22f896bb121a849720.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. * *---------------------------------------------------------------------- */ |