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 /include | |
| parent | 9659ea34246320bd9872740d1ee6a5c9ae9066c6 (diff) | |
| download | scintilla-mirror-6b444111ecfe47a3f94293c3959cf197e3415735.tar.gz | |
Add Platform::Supports for SupportsFeature API.
Diffstat (limited to 'include')
| -rw-r--r-- | include/Scintilla.h | 1 | ||||
| -rw-r--r-- | include/Scintilla.iface | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 0e61d0bbc..d586e8fe8 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -1018,6 +1018,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_EOLANNOTATIONGETVISIBLE 2746 #define SCI_EOLANNOTATIONSETSTYLEOFFSET 2747 #define SCI_EOLANNOTATIONGETSTYLEOFFSET 2748 +#define SC_SUPPORTS_LINE_DRAWS_FINAL 0 #define SCI_SUPPORTSFEATURE 2750 #define SCI_STARTRECORD 3001 #define SCI_STOPRECORD 3002 diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 1fca9bf32..44d00500b 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2876,6 +2876,7 @@ set void EOLAnnotationSetStyleOffset=2747(int style,) get int EOLAnnotationGetStyleOffset=2748(,) enu Supports=SC_SUPPORTS_ +val SC_SUPPORTS_LINE_DRAWS_FINAL=0 # Get whether a feature is supported get int SupportsFeature=2750(Supports feature,) |
