diff options
| author | crupest <crupest@outlook.com> | 2021-10-20 17:04:27 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2021-10-20 17:04:27 +0800 |
| commit | 152133978872f6d6476c3fc7e0e3a5a6cc23b119 (patch) | |
| tree | 374a793cb56ef5c8d1e413f4b781fec087e28678 /include/cru/osx/graphics/quartz/Painter.hpp | |
| parent | 398aadcddb8b6ed20b17f6c56cd7b49947b72136 (diff) | |
| download | cru-152133978872f6d6476c3fc7e0e3a5a6cc23b119.tar.gz cru-152133978872f6d6476c3fc7e0e3a5a6cc23b119.tar.bz2 cru-152133978872f6d6476c3fc7e0e3a5a6cc23b119.zip | |
...
Diffstat (limited to 'include/cru/osx/graphics/quartz/Painter.hpp')
| -rw-r--r-- | include/cru/osx/graphics/quartz/Painter.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/osx/graphics/quartz/Painter.hpp b/include/cru/osx/graphics/quartz/Painter.hpp index ea64c3d5..60a660a0 100644 --- a/include/cru/osx/graphics/quartz/Painter.hpp +++ b/include/cru/osx/graphics/quartz/Painter.hpp @@ -62,5 +62,7 @@ class QuartzCGContextPainter : public OsxQuartzResource, Size size_; std::function<void(QuartzCGContextPainter*)> on_end_draw_; + + std::vector<Rect> clip_stack_; }; } // namespace cru::platform::graphics::osx::quartz |
