aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-03-22 13:30:27 +1100
committerNeil <nyamatongwe@gmail.com>2021-03-22 13:30:27 +1100
commit53bdcb15b3fd50dbc917e652953f1df4a5a5e493 (patch)
treef6ad2f220bda2e0b4fa43b374e4111a26d377c36 /include/Scintilla.h
parent794c599d481e46dbf9a5251a57fafb528b3fff2d (diff)
downloadscintilla-mirror-53bdcb15b3fd50dbc917e652953f1df4a5a5e493.tar.gz
Implement more support values.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index da104a552..edf41c5cf 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -1020,6 +1020,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_EOLANNOTATIONGETSTYLEOFFSET 2748
#define SC_SUPPORTS_LINE_DRAWS_FINAL 0
#define SC_SUPPORTS_PIXEL_DIVISIONS 1
+#define SC_SUPPORTS_FRACTIONAL_STROKE_WIDTH 2
+#define SC_SUPPORTS_TRANSLUCENT_STROKE 3
#define SCI_SUPPORTSFEATURE 2750
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002