From 9e382d2175c6706e69b734480e26032e16d0bde4 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 1 Apr 2019 15:51:56 +0800 Subject: ... --- include/cru/platform/painter.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/cru/platform/painter.hpp') diff --git a/include/cru/platform/painter.hpp b/include/cru/platform/painter.hpp index 4ad09247..77ca5098 100644 --- a/include/cru/platform/painter.hpp +++ b/include/cru/platform/painter.hpp @@ -8,8 +8,10 @@ struct Brush; struct Geometry; struct Painter : virtual Interface { - virtual void StrokeGeometry(Geometry* geometry, Brush* brush, float width) = 0; + virtual void StrokeGeometry(Geometry* geometry, Brush* brush, + float width) = 0; virtual void FillGeometry(Geometry* geometry, Brush* brush) = 0; virtual void EndDraw() = 0; + virtual bool IsDisposed() = 0; }; } // namespace cru::platform -- cgit v1.2.3