diff options
| author | Manolo Gouy <Manolo> | 2010-06-07 13:39:03 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-06-07 13:39:03 +0000 |
| commit | da5042584abf40bec2e31154feaadfab29f070c7 (patch) | |
| tree | da306fbd2f7321cacdbde75138c8436ee46bb7c1 /src/Fl_Image.cxx | |
| parent | 9416e3480aea607becc2e0576b606552fd42cca6 (diff) | |
Fix image bug reported by Csaba in r7626 + fix regression in ps_image.cxx
inadvertently brought in by r7617.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7634 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Image.cxx')
| -rw-r--r-- | src/Fl_Image.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Image.cxx b/src/Fl_Image.cxx index 65636c73c..26c45b471 100644 --- a/src/Fl_Image.cxx +++ b/src/Fl_Image.cxx @@ -544,7 +544,7 @@ void Fl_RGB_Image::draw(int XP, int YP, int WP, int HP, int cx, int cy) { #endif }*/ -static int start(Fl_RGB_Image *img, int XP, int YP, int WP, int HP, int w, int h, int cx, int cy, +static int start(Fl_RGB_Image *img, int XP, int YP, int WP, int HP, int w, int h, int &cx, int &cy, int &X, int &Y, int &W, int &H) { // account for current clip region (faster on Irix): |
