diff options
| author | Neil Hodgson <nyamatongwe@gmail.com> | 2024-03-15 17:54:07 +1100 |
|---|---|---|
| committer | Neil Hodgson <nyamatongwe@gmail.com> | 2024-03-15 17:54:07 +1100 |
| commit | bb387ecf5a9a81723637a153896e4ee0eb16bbc8 (patch) | |
| tree | 7de0a961b8571033c1c4a3ea10ac4b54f2a8fc5b /include/ScintillaTypes.h | |
| parent | 16f53f7b3f2f16f5caf62ae01d3e892d70f7d9ca (diff) | |
| download | scintilla-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/ScintillaTypes.h')
| -rw-r--r-- | include/ScintillaTypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ScintillaTypes.h b/include/ScintillaTypes.h index 128b73002..62d220b2a 100644 --- a/include/ScintillaTypes.h +++ b/include/ScintillaTypes.h @@ -178,6 +178,8 @@ enum class Element { SelectionSecondaryBack = 15, SelectionInactiveText = 16, SelectionInactiveBack = 17, + SelectionInactiveAdditionalText = 18, + SelectionInactiveAdditionalBack = 19, Caret = 40, CaretAdditional = 41, CaretLineBack = 50, |
