From 6c56011f882cdfa758898029be5cabe82fc9228c Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 20 Mar 2021 09:24:43 +1100 Subject: Implement RectangleFrame. --- src/Platform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Platform.h b/src/Platform.h index 6848e4d4f..4c7b6523d 100644 --- a/src/Platform.h +++ b/src/Platform.h @@ -192,6 +192,7 @@ public: virtual void Polygon(const Point *pts, size_t npts, FillStroke fillStroke)=0; virtual void RectangleDraw(PRectangle rc, ColourDesired fore, ColourDesired back)=0; virtual void RectangleDraw(PRectangle rc, FillStroke fillStroke)=0; + virtual void RectangleFrame(PRectangle rc, Stroke stroke)=0; virtual void FillRectangle(PRectangle rc, ColourDesired back)=0; virtual void FillRectangle(PRectangle rc, Fill fill)=0; virtual void FillRectangle(PRectangle rc, Surface &surfacePattern)=0; -- cgit v1.2.3