summaryrefslogtreecommitdiff
path: root/FL/mac.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-01 17:20:25 +0000
committerManolo Gouy <Manolo>2016-03-01 17:20:25 +0000
commit7decb3d3b226854175b99ff0173ed7136e9f2176 (patch)
tree95149f69f1c6a0a8de6acca4bc706ebad21d0566 /FL/mac.H
parent4af165781fbaec69533b6db933e3e46778a81797 (diff)
Rewrite the Fl_Copy_Surface class with strict separation of public API and platform-related code.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11257 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/mac.H')
-rw-r--r--FL/mac.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/mac.H b/FL/mac.H
index 594ff7384..c6518378e 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -197,6 +197,7 @@ public:
static int dnd(int use_selection); // call Fl_X::dnd(1) to support text dragging
static int calc_mac_os_version(void); // computes the fl_mac_os_version global variable
static void clip_to_rounded_corners(CGContextRef gc, int w, int h);
+ static void complete_copy_pdf_and_tiff(CGContextRef gc, CFMutableDataRef pdfdata);
private:
CGRect* subRect_; // makes sure subwindow remains inside its parent window
// stores 3 binary flags: whether window is mapped to retina display; whether resolution just changed;