diff options
author | nyamatongwe <devnull@localhost> | 2012-08-05 17:25:16 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-08-05 17:25:16 +1000 |
commit | f69ba9aceede05a682156e755a12dae0321fb5e4 (patch) | |
tree | 1c462611b2d3da5fe25533b749d34d230e0f13c6 /include/Scintilla.h | |
parent | 455081f4b96fde8d552bdf8fa772f9957f65c8ed (diff) | |
download | scintilla-mirror-f69ba9aceede05a682156e755a12dae0321fb5e4.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 |