summaryrefslogtreecommitdiff
path: root/src/Fl_cocoa.mm
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-10-27 20:47:56 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-10-27 20:52:08 +0200
commit14f842708d79b3fbbe212325e4a63abe07a88fa7 (patch)
tree8491c0253f6a3f2407654ac9b48fcc6cf690bffc /src/Fl_cocoa.mm
parentb6b1fcce4103f6a401571e9050f4482d38d3a6c9 (diff)
Fix indenting, whitespace errors and dependencies
(no code changes)
Diffstat (limited to 'src/Fl_cocoa.mm')
-rw-r--r--src/Fl_cocoa.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm
index 585e87ab9..2b9861027 100644
--- a/src/Fl_cocoa.mm
+++ b/src/Fl_cocoa.mm
@@ -3503,7 +3503,7 @@ Fl_Quartz_Copy_Surface_Driver::~Fl_Quartz_Copy_Surface_Driver()
NSPasteboard *clip = [NSPasteboard generalPasteboard];
[clip declareTypes:[NSArray arrayWithObjects:PDF_pasteboard_type, TIFF_pasteboard_type, nil] owner:nil];
[clip setData:(NSData*)pdfdata forType:PDF_pasteboard_type];
-
+
//second, transform this PDF to a bitmap image and put it as tiff in clipboard with retina resolution
NSBitmapImageRep *bitmap = pdf_to_nsbitmapimagerep((NSData*)pdfdata);
CFRelease(pdfdata);