diff options
author | nyamatongwe <devnull@localhost> | 2011-06-18 13:17:36 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-06-18 13:17:36 +1000 |
commit | f67d642c87f64050f3537e15a676ced2807b49b2 (patch) | |
tree | 798fa45896f8e45f8dd8e879d7e66ba194f6a48b /include/Scintilla.h | |
parent | 31d40085adf9a952d254de47113fe7c0d34c49d1 (diff) | |
download | scintilla-mirror-f67d642c87f64050f3537e15a676ced2807b49b2.tar.gz |
Added INDIC_SQUIGGLELOW. Bug #3314591.
From Thomas Linder Puls.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index e9620600c..308281d1b 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -250,6 +250,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define INDIC_STRAIGHTBOX 8 #define INDIC_DASH 9 #define INDIC_DOTS 10 +#define INDIC_SQUIGGLELOW 11 #define INDIC_MAX 31 #define INDIC_CONTAINER 8 #define INDIC0_MASK 0x20 |