diff options
| author | Manolo Gouy <Manolo> | 2010-03-20 08:31:19 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-03-20 08:31:19 +0000 |
| commit | e107a3682c3a074d6fe92360a6950e1c6b7d6430 (patch) | |
| tree | c97ebe7b663dd87964710a585c8f34c9607bc946 /src/Fl_PS_Printer.cxx | |
| parent | aca570e1ce3f106f86e983fac92f425724b9fa2c (diff) | |
Created FL/Fl_PSfile_Device.H to reduce size of FL/Fl_Printer.H
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7306 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_PS_Printer.cxx')
| -rw-r--r-- | src/Fl_PS_Printer.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_PS_Printer.cxx b/src/Fl_PS_Printer.cxx index a4db78203..c4fde68bc 100644 --- a/src/Fl_PS_Printer.cxx +++ b/src/Fl_PS_Printer.cxx @@ -25,7 +25,7 @@ // http://www.fltk.org/str.php // -#include <FL/Fl_Device.H> +#include <FL/Fl_PSfile_Device.H> #include <FL/Fl.H> #include <FL/fl_ask.H> @@ -1248,7 +1248,7 @@ void Fl_PSfile_Device::end_job (void) } #if ! (defined(__APPLE__) || defined(WIN32) ) -int Fl_PS_Printer::start_job(int pages, int *firstpage, int *lastpage) { +int Fl_Printer::start_job(int pages, int *firstpage, int *lastpage) { enum Page_Format format; enum Page_Layout layout; |
