diff options
author | nyamatongwe <unknown> | 2011-05-04 11:20:13 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-05-04 11:20:13 +1000 |
commit | c9209d18f432741eca0bfe33ee81b8b7dc05959e (patch) | |
tree | 9deebf54a2edf66ee3dc2b8f75e543c16fa4bd41 /include/Scintilla.h | |
parent | da90f4795826d7d55759f757c08c8fb95239ed28 (diff) | |
download | scintilla-mirror-c9209d18f432741eca0bfe33ee81b8b7dc05959e.tar.gz |
INDIC_STRAIGHTBOX added to indicators. Bug #3290435.
From Marko Njezic.
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 00df9c349..c0ed9545e 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -247,6 +247,7 @@ 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_STRAIGHTBOX 8 #define INDIC_MAX 31 #define INDIC_CONTAINER 8 #define INDIC0_MASK 0x20 |