diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-20 09:31:02 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-20 09:31:02 +1100 |
commit | 7fe8bb0dba466798ca9efc448f772d37f360efe2 (patch) | |
tree | 9aab51a5f185e07d5ecc12ec35f3ccdf59c2f675 /cocoa/PlatCocoa.h | |
parent | 6c56011f882cdfa758898029be5cabe82fc9228c (diff) | |
download | scintilla-mirror-7fe8bb0dba466798ca9efc448f772d37f360efe2.tar.gz |
Implement Stadium on all platforms except for Win32 GDI.
Diffstat (limited to 'cocoa/PlatCocoa.h')
-rw-r--r-- | cocoa/PlatCocoa.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<IScreenLineLayout> Layout(const IScreenLine *screenLine) override; |