diff options
| author | nyamatongwe <devnull@localhost> | 2003-07-26 00:59:44 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2003-07-26 00:59:44 +0000 |
| commit | 5dcfe356280daa94d68cdeb3ae4953ca67cc44a3 (patch) | |
| tree | d171f6f038353500a2f304b0b53566e2372f82c0 /include/Scintilla.h | |
| parent | ccba66393fa214f0b540977c997d07c646fb6079 (diff) | |
| download | scintilla-mirror-5dcfe356280daa94d68cdeb3ae4953ca67cc44a3.tar.gz | |
Invisible indicator INDIC_HIDDEN.
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 |
