diff options
| author | Manolo Gouy <Manolo> | 2016-02-13 14:48:13 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-02-13 14:48:13 +0000 |
| commit | 4af616a7a27c3104938bf580502c762becd4417b (patch) | |
| tree | cf3ab60ea9727c887ccf91d0caca32e5ba523f78 /src/drivers/Quartz/Fl_Quartz_Graphics_Driver.h | |
| parent | c95169ea492a0d1b101f42b3f46d4e8607b9dd4a (diff) | |
New member function Fl_Quartz_Graphics_Driver::draw_CGImage() used internally for all image drawing.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11165 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Quartz/Fl_Quartz_Graphics_Driver.h')
| -rw-r--r-- | src/drivers/Quartz/Fl_Quartz_Graphics_Driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.h b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.h index 5d2c0ccb0..93fbbfeb3 100644 --- a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.h +++ b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.h @@ -64,6 +64,7 @@ public: static Fl_Offscreen create_offscreen_with_alpha(int w, int h); #endif void copy_offscreen(int x, int y, int w, int h, Fl_Offscreen pixmap, int srcx, int srcy); + void draw_CGImage(CGImageRef cgimg, int x, int y, int w, int h, int srcx, int srcy, int sw, int sh); protected: // --- implementation is in src/fl_rect.cxx which includes src/cfg_gfx/quartz_rect.cxx void point(int x, int y); |
