aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-08-14 13:14:06 +0000
committernyamatongwe <unknown>2003-08-14 13:14:06 +0000
commita9e390b60095c37b1e863931faeeddf165ac23c7 (patch)
tree696ccd2b717040108765cd294f0bd4aa7f9e8e23 /include/Scintilla.h
parent00595eed97c4019e68863815fbfe21348624eed4 (diff)
downloadscintilla-mirror-a9e390b60095c37b1e863931faeeddf165ac23c7.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