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/ps_image.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/ps_image.cxx')
| -rw-r--r-- | src/ps_image.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ps_image.cxx b/src/ps_image.cxx index b2ff2f011..4ebdb1051 100644 --- a/src/ps_image.cxx +++ b/src/ps_image.cxx @@ -29,13 +29,11 @@ #include <math.h> #include <string.h> -#include <FL/Fl_Printer.H> +#include <FL/Fl_PSfile_Device.H> #include <FL/Fl.H> #include <FL/Fl_Pixmap.H> #include <FL/Fl_Bitmap.H> - - int Fl_PSfile_Device::alpha_mask(const uchar * data, int w, int h, int D, int LD){ mask = 0; |
