diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-19 14:12:20 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-19 14:12:20 +1100 |
commit | 6b444111ecfe47a3f94293c3959cf197e3415735 (patch) | |
tree | bf90b6915dcb2f45f22d3e2377a4252ec80c9259 /cocoa/PlatCocoa.h | |
parent | 9659ea34246320bd9872740d1ee6a5c9ae9066c6 (diff) | |
download | scintilla-mirror-6b444111ecfe47a3f94293c3959cf197e3415735.tar.gz |
Add Platform::Supports for SupportsFeature API.
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 0117fcc15..18d339536 100644 --- a/cocoa/PlatCocoa.h +++ b/cocoa/PlatCocoa.h @@ -79,6 +79,7 @@ public: CGContextRef GetContext() { return gc; } void Release() noexcept override; + int Supports(int feature) noexcept override; bool Initialised() override; void PenColour(ColourDesired fore) override; |