diff options
author | nyamatongwe <devnull@localhost> | 2011-07-21 16:33:42 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-07-21 16:33:42 +1000 |
commit | a57bbf73951d047ec5b96d5c81381b8b6c52abb3 (patch) | |
tree | 56b8b15fc1be384fb3ceca6b2bd02e5e10f76b90 /include/Scintilla.h | |
parent | a2ec13fe577a76af4ce49639f93ce125597686f7 (diff) | |
download | scintilla-mirror-a57bbf73951d047ec5b96d5c81381b8b6c52abb3.tar.gz |
Added dotted box indicator.
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 403c0dce7..34e4f793d 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -252,6 +252,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define INDIC_DASH 9 #define INDIC_DOTS 10 #define INDIC_SQUIGGLELOW 11 +#define INDIC_DOTBOX 12 #define INDIC_MAX 31 #define INDIC_CONTAINER 8 #define INDIC0_MASK 0x20 |