aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-08-14 13:14:06 +0000
committernyamatongwe <devnull@localhost>2003-08-14 13:14:06 +0000
commite51513904860ee1fc0201fd535f483513a082684 (patch)
tree696ccd2b717040108765cd294f0bd4aa7f9e8e23 /include/Scintilla.h
parent8732a398743a176e87fe2ae5673e00bed09c8dcd (diff)
downloadscintilla-mirror-e51513904860ee1fc0201fd535f483513a082684.tar.gz
Added BOX indicator.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 34893c893..85d592c9d 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -205,6 +205,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define INDIC_DIAGONAL 3
#define INDIC_STRIKE 4
#define INDIC_HIDDEN 5
+#define INDIC_BOX 6
#define INDIC0_MASK 0x20
#define INDIC1_MASK 0x40
#define INDIC2_MASK 0x80