summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXImage.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-25 09:25:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-25 09:25:55 (GMT)
commit08b64027f4480a5aaa634ba89da1704539893bc5 (patch)
tree3f39b0f56643da053a628fc4fc045dd82faedbf6 /macosx/tkMacOSXImage.c
parent2bc6fae00d9ae77272e63ae6c01bf2a127088d3f (diff)
parent2834e574832ddd1db4d7c68b5cdee9aa466fadb5 (diff)
downloadtk-08b64027f4480a5aaa634ba89da1704539893bc5.zip
tk-08b64027f4480a5aaa634ba89da1704539893bc5.tar.gz
tk-08b64027f4480a5aaa634ba89da1704539893bc5.tar.bz2
Merge 8.5
Diffstat (limited to 'macosx/tkMacOSXImage.c')
-rw-r--r--macosx/tkMacOSXImage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXImage.c b/macosx/tkMacOSXImage.c
index d4dcc78..2e6b5e7 100644
--- a/macosx/tkMacOSXImage.c
+++ b/macosx/tkMacOSXImage.c
@@ -484,7 +484,7 @@ TkPutImage(
* macro TK_NO_DOUBLE_BUFFERING, the generic code never calls XGetImage
* or XCopyArea on macOS. Nonetheless, these function are in the stubs
* table and therefore could be used by extensions.
- *
+ *
* This implementation does not work correctly. Originally it relied on
* [NSBitmapImageRep initWithFocusedViewRect:view_rect] which was
* deprecated by Apple in OSX 10.14 and also required the use of other