diff options
| author | Manolo Gouy <Manolo> | 2018-04-25 11:19:44 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-04-25 11:19:44 +0000 |
| commit | e59a06f75328996b2f8277f10983c992239807c2 (patch) | |
| tree | 2144cc06c297f0ff85164c897c4d226f71eed780 /src/drivers/GDI/Fl_GDI_Graphics_Driver.H | |
| parent | c82fca51fa649fe993dbadb846abe4c521177a5b (diff) | |
Windows: fix fl_copy_offscreen() when input offscreen is scaled and output surface is printer.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12869 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/GDI/Fl_GDI_Graphics_Driver.H')
| -rw-r--r-- | src/drivers/GDI/Fl_GDI_Graphics_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H index 7b4e76c81..fdc646984 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H @@ -168,6 +168,7 @@ public: void draw_pixmap(Fl_Pixmap *pxm, int XP, int YP, int WP, int HP, int cx, int cy); void draw_bitmap(Fl_Bitmap *bm, int XP, int YP, int WP, int HP, int cx, int cy); void draw_rgb(Fl_RGB_Image *rgb, int XP, int YP, int WP, int HP, int cx, int cy); + void copy_offscreen(int x, int y, int w, int h, Fl_Offscreen bitmap, int srcx, int srcy); }; |
