Mac OS only: simpler definition of the pdfdata private member of the Fl_Copy_Surface class.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10915 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy
2015-11-18 15:53:46 +00:00
parent 364dfaf802
commit 0d2517331c
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ private:
int height;
Fl_Paged_Device *helper;
#ifdef __APPLE__
Fl_CFMutableDataRef pdfdata;
CFMutableDataRef pdfdata;
CGContextRef oldgc;
CGContextRef gc;
void prepare_copy_pdf_and_tiff(int w, int h);