diff options
| author | Manolo Gouy <Manolo> | 2018-04-13 11:50:20 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-04-13 11:50:20 +0000 |
| commit | e440b8859f84b65517e016b5b623d09f99289ab9 (patch) | |
| tree | 764d2b478f40349cb0ccd2dea1b18383341f9a81 /FL | |
| parent | 4a0c13ac34d4427bd76631f2eff0e7d7428f5b49 (diff) | |
Simplify code for image drawing by PostScript graphics driver.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12832 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_PostScript.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H index db2b8da19..25087b03a 100644 --- a/FL/Fl_PostScript.H +++ b/FL/Fl_PostScript.H @@ -67,7 +67,7 @@ private: void *prepare85(); void write85(void *data, const uchar *p, int len); void close85(void *data); - int scale_and_draw(Fl_Image *img, int XP, int YP, int WP, int HP); + int scale_for_image_(Fl_Image *img, int XP, int YP, int WP, int HP,int cx, int cy); protected: uchar **mask_bitmap() {return &mask;} void mask_bitmap(uchar **value) { } |
