From 14f842708d79b3fbbe212325e4a63abe07a88fa7 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 27 Oct 2021 20:47:56 +0200 Subject: Fix indenting, whitespace errors and dependencies (no code changes) --- src/Fl_cocoa.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_cocoa.mm') 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); -- cgit v1.2.3