diff options
author | nyamatongwe <unknown> | 2007-04-23 02:00:59 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2007-04-23 02:00:59 +0000 |
commit | 7baad7314df72e0c2f548482df1c288a2587d3cd (patch) | |
tree | dafe07784a93ff836a62178d4be208c8e363e523 /include/Scintilla.h | |
parent | 0e3fdb608dffecddfac735f5ab7a836c89380659 (diff) | |
download | scintilla-mirror-7baad7314df72e0c2f548482df1c288a2587d3cd.tar.gz |
Added INDIC_CONTAINER and a comment.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 67140a7d3..74cc6c98e 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -227,7 +227,6 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_SETWORDCHARS 2077 #define SCI_BEGINUNDOACTION 2078 #define SCI_ENDUNDOACTION 2079 -#define INDIC_MAX 31 #define INDIC_PLAIN 0 #define INDIC_SQUIGGLE 1 #define INDIC_TT 2 @@ -236,6 +235,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define INDIC_HIDDEN 5 #define INDIC_BOX 6 #define INDIC_ROUNDBOX 7 +#define INDIC_MAX 31 +#define INDIC_CONTAINER 8 #define INDIC0_MASK 0x20 #define INDIC1_MASK 0x40 #define INDIC2_MASK 0x80 |