diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-11 15:27:21 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-11 15:27:21 (GMT) |
commit | adce6679f7a80377901c26421eb3a147814e77fb (patch) | |
tree | f53a12ea2b0fd995c76176b3f005cc0b6cb7fd61 /macosx/tkMacOSXImage.c | |
parent | 6773e92495a83905fd04169d4cdb4662c5be1325 (diff) | |
parent | 94412563ded3a6c3afaf974f3895d3e98e3d8012 (diff) | |
download | tk-adce6679f7a80377901c26421eb3a147814e77fb.zip tk-adce6679f7a80377901c26421eb3a147814e77fb.tar.gz tk-adce6679f7a80377901c26421eb3a147814e77fb.tar.bz2 |
Merge 8.6
Diffstat (limited to 'macosx/tkMacOSXImage.c')
-rw-r--r-- | macosx/tkMacOSXImage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXImage.c b/macosx/tkMacOSXImage.c index ee007d7..934ada6 100644 --- a/macosx/tkMacOSXImage.c +++ b/macosx/tkMacOSXImage.c @@ -409,7 +409,7 @@ XCreateImage( * Source Atop Composition (kCGBlendModeSourceAtop in Apple's Core * Graphics). * - * The TkpPutRGBAfunction is used by TkImgPhotoDisplay to render photo + * The TkpPutRGBAImage function is used by TkImgPhotoDisplay to render photo * images if the compile-time variable TK_CAN_RENDER_RGBA is defined in * a platform's tkXXXXPort.h header, as is the case for the macOS Aqua port. * |