diff options
Diffstat (limited to 'scintilla/src/ViewStyle.h')
-rw-r--r-- | scintilla/src/ViewStyle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scintilla/src/ViewStyle.h b/scintilla/src/ViewStyle.h index 7b83546..df0e322 100644 --- a/scintilla/src/ViewStyle.h +++ b/scintilla/src/ViewStyle.h @@ -83,6 +83,8 @@ public: LineMarker markers[MARKER_MAX + 1];
int largestMarkerHeight;
Indicator indicators[INDIC_MAX + 1];
+ unsigned int indicatorsDynamic;
+ unsigned int indicatorsSetFore;
int technology;
int lineHeight;
int lineOverlap;
|