aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PositionCache.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-02-15 23:51:05 +1100
committerNeil <nyamatongwe@gmail.com>2015-02-15 23:51:05 +1100
commit4e705edb0910461ebe675eb57d8fd08cc94495ec (patch)
tree1752b16a47f18b341d6cc96a4bf09dd4a730c78d /src/PositionCache.h
parent982ee92ffbbd5c2f223a06ec5bf42910cefc4894 (diff)
downloadscintilla-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/PositionCache.h')
-rw-r--r--src/PositionCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PositionCache.h b/src/PositionCache.h
index 9d9821f8f..edc0a5ddb 100644
--- a/src/PositionCache.h
+++ b/src/PositionCache.h
@@ -168,7 +168,7 @@ public:
// Try to make each subdivided run lengthEachSubdivision or shorter.
enum { lengthEachSubdivision = 100 };
BreakFinder(const LineLayout *ll_, const Selection *psel, Range rangeLine_, int posLineStart_,
- int xStart, bool breakForSelection, const Document *pdoc_, const SpecialRepresentations *preprs_);
+ int xStart, bool breakForSelection, const Document *pdoc_, const SpecialRepresentations *preprs_, const ViewStyle *pvsDraw);
~BreakFinder();
TextSegment Next();
bool More() const;