From 7baad7314df72e0c2f548482df1c288a2587d3cd Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 23 Apr 2007 02:00:59 +0000 Subject: Added INDIC_CONTAINER and a comment. --- include/Scintilla.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/Scintilla.h') 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 -- cgit v1.2.3