diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-11-20 17:13:09 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-12-04 12:34:44 +0100 |
| commit | 3e61ec7044942ebaeda948c64df762a0250f8954 (patch) | |
| tree | 642c08a6f7b120c2237f5e457074670d0ccf3e86 /src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.H | |
| parent | b9ac6bd728659a7780d7cde024f34607601e8a7f (diff) | |
New member function Fl_Image_Surface::mask(Fl_RGB_Image*)
Diffstat (limited to 'src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.H')
| -rw-r--r-- | src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.H | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.H b/src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.H index b6f58ec8f..69e00dfd0 100644 --- a/src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.H +++ b/src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.H @@ -21,6 +21,11 @@ #include <FL/platform.H> class Fl_Quartz_Image_Surface_Driver : public Fl_Image_Surface_Driver { +private: +# if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4 + CGImageRef mask_; + void mask(const Fl_RGB_Image *) FL_OVERRIDE; +#endif void end_current() FL_OVERRIDE; public: FLWindow *pre_window; |
