summaryrefslogtreecommitdiff
path: root/FL/Fl_Printer.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2014-10-26 15:23:03 +0000
committerManolo Gouy <Manolo>2014-10-26 15:23:03 +0000
commitffdc36dcb690b458b240e90dfed06c27cb6a62bb (patch)
tree43590cac795f83ab15ddbd370dc659e83a27410d /FL/Fl_Printer.H
parent9d5fde73b6a72008b88eabae1bfe82653c4ca872 (diff)
Print at high res with Fl_Paged_Device::print_window_part() when using a retina display
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10393 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Printer.H')
-rw-r--r--FL/Fl_Printer.H5
1 files changed, 4 insertions, 1 deletions
diff --git a/FL/Fl_Printer.H b/FL/Fl_Printer.H
index a70670473..d7840dcfe 100644
--- a/FL/Fl_Printer.H
+++ b/FL/Fl_Printer.H
@@ -3,7 +3,7 @@
//
// Printing support for the Fast Light Tool Kit (FLTK).
//
-// Copyright 2010-2011 by Bill Spitzak and others.
+// Copyright 2010-2014 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
@@ -84,6 +84,9 @@ public:
void untranslate(void);
int end_page (void);
void end_job (void);
+#ifdef __APPLE__
+ void print_window_part(Fl_Window *win, int x, int y, int w, int h, int delta_x, int delta_y);
+#endif
/** \brief The destructor */
~Fl_System_Printer(void);
}; // class Fl_System_Printer