aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Platform.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-03-19 14:12:20 +1100
committerNeil <nyamatongwe@gmail.com>2021-03-19 14:12:20 +1100
commit6b444111ecfe47a3f94293c3959cf197e3415735 (patch)
treebf90b6915dcb2f45f22d3e2377a4252ec80c9259 /src/Platform.h
parent9659ea34246320bd9872740d1ee6a5c9ae9066c6 (diff)
downloadscintilla-mirror-6b444111ecfe47a3f94293c3959cf197e3415735.tar.gz
Add Platform::Supports for SupportsFeature API.
Diffstat (limited to 'src/Platform.h')
-rw-r--r--src/Platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Platform.h b/src/Platform.h
index f65a4e1db..8075f0ec6 100644
--- a/src/Platform.h
+++ b/src/Platform.h
@@ -180,6 +180,7 @@ public:
virtual void InitPixMap(int width, int height, Surface *surface_, WindowID wid)=0;
virtual void Release() noexcept=0;
+ virtual int Supports(int feature) noexcept=0;
virtual bool Initialised()=0;
virtual void PenColour(ColourDesired fore)=0;
virtual int LogPixelsY()=0;