summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXSubwindows.c
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2014-07-07 01:09:27 (GMT)
committerKevin Walzer <kw@codebykevin.com>2014-07-07 01:09:27 (GMT)
commite0670afad257b1d8fd8c47b796f6e8426e4a23e8 (patch)
tree56910006a0e3aefe31055372ebc1ac43312e5095 /macosx/tkMacOSXSubwindows.c
parent2de37cb892670824a19c95d70c0bcb63ff14ada7 (diff)
downloadtk-e0670afad257b1d8fd8c47b796f6e8426e4a23e8.zip
tk-e0670afad257b1d8fd8c47b796f6e8426e4a23e8.tar.gz
tk-e0670afad257b1d8fd8c47b796f6e8426e4a23e8.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.c4
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.
*
*----------------------------------------------------------------------
*/