From 7fe8bb0dba466798ca9efc448f772d37f360efe2 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 20 Mar 2021 09:31:02 +1100 Subject: Implement Stadium on all platforms except for Win32 GDI. --- 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 36022286c..c14ca1928 100644 --- a/cocoa/PlatCocoa.h +++ b/cocoa/PlatCocoa.h @@ -113,6 +113,7 @@ public: void DrawRGBAImage(PRectangle rc, int width, int height, const unsigned char *pixelsImage) override; void Ellipse(PRectangle rc, ColourDesired fore, ColourDesired back) override; void Ellipse(PRectangle rc, FillStroke fillStroke) override; + void Stadium(PRectangle rc, FillStroke fillStroke, Ends ends) override; void Copy(PRectangle rc, Scintilla::Point from, Surface &surfaceSource) override; std::unique_ptr Layout(const IScreenLine *screenLine) override; -- cgit v1.2.3