diff options
| author | Manolo Gouy <Manolo> | 2016-11-05 06:00:52 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-11-05 06:00:52 +0000 |
| commit | 6eea76e187bc1628fa61ca529aac0525c6a55576 (patch) | |
| tree | f5ff552a157bd4b904b6b538bb9959627354d3f8 /src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx | |
| parent | 0c31411df9ef94e68c94462529d95e4fef092477 (diff) | |
Slightly improve the parameter list of member function int Fl_Graphics_Driver::start_image(...)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@12079 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx')
| -rw-r--r-- | src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx b/src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx index 391474183..a0ef3815d 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx @@ -490,7 +490,7 @@ void Fl_GDI_Graphics_Driver::draw(Fl_RGB_Image *img, int XP, int YP, int WP, int Fl_Graphics_Driver::draw_empty(img, XP, YP); return; } - if (start_image(XP, YP, WP, HP, img->w(), img->h(), cx, cy, X, Y, W, H)) { + if (start_image(img, XP, YP, WP, HP, cx, cy, X, Y, W, H)) { return; } if (!*Fl_Graphics_Driver::id(img)) *Fl_Graphics_Driver::id(img) = (fl_uintptr_t)build_id(img, (void**)(Fl_Graphics_Driver::mask(img))); |
