diff options
| author | crupest <crupest@outlook.com> | 2019-04-04 17:52:15 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2019-04-04 17:52:15 +0800 |
| commit | 4d650160a388b0192e04c454ba1a3de21b0d4cc3 (patch) | |
| tree | f9c416767e039eeb7c5a37f93b70443f37c49f1d /include/cru/platform/win/win_painter.hpp | |
| parent | a410e2048db6f5ef6fb50e401a59b4b98b979050 (diff) | |
| download | cru-4d650160a388b0192e04c454ba1a3de21b0d4cc3.tar.gz cru-4d650160a388b0192e04c454ba1a3de21b0d4cc3.tar.bz2 cru-4d650160a388b0192e04c454ba1a3de21b0d4cc3.zip | |
...
Diffstat (limited to 'include/cru/platform/win/win_painter.hpp')
| -rw-r--r-- | include/cru/platform/win/win_painter.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/platform/win/win_painter.hpp b/include/cru/platform/win/win_painter.hpp index dfb981d5..3c37ccb2 100644 --- a/include/cru/platform/win/win_painter.hpp +++ b/include/cru/platform/win/win_painter.hpp @@ -17,6 +17,7 @@ class WinPainter : public Object, public virtual Painter { Matrix GetTransform() override; void SetTransform(const Matrix& matrix) override; + void Clear(const ui::Color& color) override; void StrokeRectangle(const ui::Rect& rectangle, Brush* brush, float width) override; void FillRectangle(const ui::Rect& rectangle, Brush* brush) override; |
