diff options
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 250f79314..99735edfe 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -204,6 +204,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,  #define INDIC_TT 2  #define INDIC_DIAGONAL 3  #define INDIC_STRIKE 4 +#define INDIC_HIDDEN 5  #define INDIC0_MASK 0x20  #define INDIC1_MASK 0x40  #define INDIC2_MASK 0x80 | 
