diff options
author | Neil <nyamatongwe@gmail.com> | 2015-02-15 23:51:05 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-02-15 23:51:05 +1100 |
commit | 4e705edb0910461ebe675eb57d8fd08cc94495ec (patch) | |
tree | 1752b16a47f18b341d6cc96a4bf09dd4a730c78d /src/ViewStyle.h | |
parent | 982ee92ffbbd5c2f223a06ec5bf42910cefc4894 (diff) | |
download | scintilla-mirror-4e705edb0910461ebe675eb57d8fd08cc94495ec.tar.gz |
Add SC_INDICFLAG_VALUEFORE and INDIC_TEXTFORE to allow a wide range of indicator
colours and to change the colour of text.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 08afebaa5..930ad104c 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -84,6 +84,7 @@ public: int largestMarkerHeight; Indicator indicators[INDIC_MAX + 1]; unsigned int indicatorsDynamic; + unsigned int indicatorsSetFore; int technology; int lineHeight; int lineOverlap; |