diff options
| author | Manolo Gouy <Manolo> | 2016-04-15 11:09:10 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-15 11:09:10 +0000 |
| commit | 156d2e40532d7e3b0b70ece59b131678379938d2 (patch) | |
| tree | d868550e16712a9b341a3328bdac04906a429c11 /src/Fl_cocoa.mm | |
| parent | a1de05784bd6851429028ac49a0ab84bb907e90d (diff) | |
Continue removing from class Fl_X what is not window-related.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11612 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_cocoa.mm')
| -rw-r--r-- | src/Fl_cocoa.mm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index a2e12df5c..a0aa4121e 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -45,6 +45,7 @@ extern "C" { #include <FL/Fl_Shared_Image.H> #include <FL/fl_draw.H> #include "drivers/Quartz/Fl_Quartz_Graphics_Driver.H" +#include "drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H" #include "drivers/Cocoa/Fl_Cocoa_Screen_Driver.H" #include "drivers/Cocoa/Fl_Cocoa_Window_Driver.H" #include "drivers/Darwin/Fl_Darwin_System_Driver.H" @@ -3317,7 +3318,7 @@ void Fl_X::set_high_resolution(bool new_val) Fl_Display_Device::high_res_window_ = new_val; } -void Fl_X::complete_copy_pdf_and_tiff(CGContextRef gc, CFMutableDataRef pdfdata) +Fl_Quartz_Copy_Surface_Driver::~Fl_Quartz_Copy_Surface_Driver() { CGContextRestoreGState(gc); CGContextEndPage(gc); |
