diff options
author | Neil <nyamatongwe@gmail.com> | 2015-02-04 08:04:06 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-02-04 08:04:06 +1100 |
commit | ca6e6726ea248cc86dad9a3eddf649abe98add60 (patch) | |
tree | 39dd457627c279bf35444c81c2ab69068dde1577 /src/ViewStyle.h | |
parent | 2a01e4a708c371b061a9669ea3204a295e835ada (diff) | |
download | scintilla-mirror-ca6e6726ea248cc86dad9a3eddf649abe98add60.tar.gz |
Implement hover style and colour for indicators.
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 4a4ffcdf0..08afebaa5 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -83,6 +83,7 @@ public: LineMarker markers[MARKER_MAX + 1]; int largestMarkerHeight; Indicator indicators[INDIC_MAX + 1]; + unsigned int indicatorsDynamic; int technology; int lineHeight; int lineOverlap; |