diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-22 13:30:27 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-22 13:30:27 +1100 |
commit | 53bdcb15b3fd50dbc917e652953f1df4a5a5e493 (patch) | |
tree | f6ad2f220bda2e0b4fa43b374e4111a26d377c36 /include/Scintilla.iface | |
parent | 794c599d481e46dbf9a5251a57fafb528b3fff2d (diff) | |
download | scintilla-mirror-53bdcb15b3fd50dbc917e652953f1df4a5a5e493.tar.gz |
Implement more support values.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r-- | include/Scintilla.iface | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 6868dec0b..d386003e2 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2878,6 +2878,8 @@ get int EOLAnnotationGetStyleOffset=2748(,) enu Supports=SC_SUPPORTS_ val SC_SUPPORTS_LINE_DRAWS_FINAL=0 val SC_SUPPORTS_PIXEL_DIVISIONS=1 +val SC_SUPPORTS_FRACTIONAL_STROKE_WIDTH=2 +val SC_SUPPORTS_TRANSLUCENT_STROKE=3 # Get whether a feature is supported get int SupportsFeature=2750(Supports feature,) |