diff options
author | nyamatongwe <unknown> | 2012-08-05 17:25:16 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-08-05 17:25:16 +1000 |
commit | 4e1b6b11190a429b77fecc9ca26e1e0a662304ae (patch) | |
tree | e613ae1baa35fbdb1dc024606c2298910a9f560b /include/Scintilla.h | |
parent | 795bb483f09755033a2180e9b6d6e19399b83c94 (diff) | |
download | scintilla-mirror-4e1b6b11190a429b77fecc9ca26e1e0a662304ae.tar.gz |
Add INDIC_SQUIGGLEPIXMAP as a faster version of INDIC_SQUIGGLE.
Based on work by Matthew Brush and Lex Trottman.
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 4d467a175..63fe4fff5 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -262,6 +262,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define INDIC_DOTS 10 #define INDIC_SQUIGGLELOW 11 #define INDIC_DOTBOX 12 +#define INDIC_SQUIGGLEPIXMAP 13 #define INDIC_MAX 31 #define INDIC_CONTAINER 8 #define INDIC0_MASK 0x20 |