aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2024-03-15 17:54:07 +1100
committerNeil Hodgson <nyamatongwe@gmail.com>2024-03-15 17:54:07 +1100
commitbb387ecf5a9a81723637a153896e4ee0eb16bbc8 (patch)
tree7de0a961b8571033c1c4a3ea10ac4b54f2a8fc5b /include/Scintilla.h
parent16f53f7b3f2f16f5caf62ae01d3e892d70f7d9ca (diff)
downloadscintilla-mirror-bb387ecf5a9a81723637a153896e4ee0eb16bbc8.tar.gz
Bug [#2417]. Add elements for inactive additional selections
SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_TEXT and SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_BACK.
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 9b53ae174..75583a824 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -295,6 +295,8 @@ typedef sptr_t (*SciFnDirectStatus)(sptr_t ptr, unsigned int iMessage, uptr_t wP
#define SC_ELEMENT_SELECTION_SECONDARY_BACK 15
#define SC_ELEMENT_SELECTION_INACTIVE_TEXT 16
#define SC_ELEMENT_SELECTION_INACTIVE_BACK 17
+#define SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_TEXT 18
+#define SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_BACK 19
#define SC_ELEMENT_CARET 40
#define SC_ELEMENT_CARET_ADDITIONAL 41
#define SC_ELEMENT_CARET_LINE_BACK 50