From 6c56011f882cdfa758898029be5cabe82fc9228c Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 20 Mar 2021 09:24:43 +1100 Subject: Implement RectangleFrame. --- cocoa/PlatCocoa.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cocoa/PlatCocoa.h') diff --git a/cocoa/PlatCocoa.h b/cocoa/PlatCocoa.h index 4487d9945..36022286c 100644 --- a/cocoa/PlatCocoa.h +++ b/cocoa/PlatCocoa.h @@ -100,6 +100,7 @@ public: void Polygon(const Scintilla::Point *pts, size_t npts, FillStroke fillStroke) override; void RectangleDraw(PRectangle rc, ColourDesired fore, ColourDesired back) override; void RectangleDraw(PRectangle rc, FillStroke fillStroke) override; + void RectangleFrame(PRectangle rc, Stroke stroke) override; void FillRectangle(PRectangle rc, ColourDesired back) override; void FillRectangle(PRectangle rc, Fill fill) override; void FillRectangle(PRectangle rc, Surface &surfacePattern) override; -- cgit v1.2.3