aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-02-14 10:59:38 +0000
committernyamatongwe <unknown>2009-02-14 10:59:38 +0000
commitc7c7469093e1d6fcdf99b7caa6dad627538dccc6 (patch)
tree2b2d33d2c699bd0d35185e67803738c7ec377c0b /include/Scintilla.h
parentff39a24cc99d687d1e1a3abafcad11175a2bba56 (diff)
downloadscintilla-mirror-c7c7469093e1d6fcdf99b7caa6dad627538dccc6.tar.gz
Feature #2586290 INDIC_ROUNDBOX alpha transparency setting from Todd
Whiteman of ActiveState.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index c4188337e..fa28c1dbc 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -671,6 +671,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_GETCHARACTERPOINTER 2520
#define SCI_SETKEYSUNICODE 2521
#define SCI_GETKEYSUNICODE 2522
+#define SCI_INDICSETALPHA 2523
+#define SCI_INDICGETALPHA 2524
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002
#define SCI_SETLEXER 4001