diff options
author | crupest <crupest@outlook.com> | 2022-02-01 18:53:35 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-01 18:53:35 +0800 |
commit | 4a8192bf6b614708d8729cb3a87f938860c229b2 (patch) | |
tree | 016e80c7d04b486bea81decc7dce50e928d58591 /include/cru | |
parent | d1c14725443399f7145e314d79597ec35b639eeb (diff) | |
download | cru-4a8192bf6b614708d8729cb3a87f938860c229b2.tar.gz cru-4a8192bf6b614708d8729cb3a87f938860c229b2.tar.bz2 cru-4a8192bf6b614708d8729cb3a87f938860c229b2.zip |
...
Diffstat (limited to 'include/cru')
-rw-r--r-- | include/cru/osx/graphics/quartz/Painter.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/osx/graphics/quartz/Painter.hpp b/include/cru/osx/graphics/quartz/Painter.hpp index c88987a0..e5b8e767 100644 --- a/include/cru/osx/graphics/quartz/Painter.hpp +++ b/include/cru/osx/graphics/quartz/Painter.hpp @@ -48,7 +48,7 @@ class QuartzCGContextPainter : public OsxQuartzResource, void DrawText(const Point& offset, ITextLayout* text_layout, IBrush* brush) override; - void DrawImage(const Rect& rect, IImage* image) override; + void DrawImage(const Point& offset, IImage* image) override; void PushLayer(const Rect& bounds) override; |