diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-15 20:19:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-15 20:19:03 (GMT) |
commit | ebac6eafdd16d8e1b81b3ea2b10149cb158faac2 (patch) | |
tree | 85abb8f98a7e371308b3425a6b59523ad19f3f41 /macosx/tkMacOSXImage.c | |
parent | 8a1ad98c65dfee7455ba11435fd63de6fbf46c70 (diff) | |
parent | 5b7abe20b40cbe5307cb458ec1af39b1f47346f3 (diff) | |
download | tk-ebac6eafdd16d8e1b81b3ea2b10149cb158faac2.zip tk-ebac6eafdd16d8e1b81b3ea2b10149cb158faac2.tar.gz tk-ebac6eafdd16d8e1b81b3ea2b10149cb158faac2.tar.bz2 |
Merge 8.6
Diffstat (limited to 'macosx/tkMacOSXImage.c')
-rw-r--r-- | macosx/tkMacOSXImage.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/tkMacOSXImage.c b/macosx/tkMacOSXImage.c index 8d352b2..a30302a 100644 --- a/macosx/tkMacOSXImage.c +++ b/macosx/tkMacOSXImage.c @@ -679,7 +679,7 @@ CreateCGImageFromDrawableRect( * Extract PDF data from a MacOSX drawable. * * Results: - * Returns a CFDataRef that can be written to a file. + * Returns a CFDataRef that can be written to a file. * * NOTE: The x,y coordinates should be relative to a coordinate system * with origin at the bottom left as used by NSView, not top left @@ -706,9 +706,9 @@ CreatePDFFromDrawableRect( return NULL; } NSRect bounds, viewSrcRect; - + /* - * Get the child window area in NSView coordinates + * Get the child window area in NSView coordinates * (origin at bottom left). */ |