diff options
author | nyamatongwe <devnull@localhost> | 2011-12-09 15:04:05 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-12-09 15:04:05 +1100 |
commit | da039355e50595c3c55930b7c53bd653980c8bfe (patch) | |
tree | c6518cea9792d56ba645518957d30bdec021d672 /src/PositionCache.h | |
parent | 5ee69ffbe6c90487a34964103ea13082c8fda734 (diff) | |
download | scintilla-mirror-da039355e50595c3c55930b7c53bd653980c8bfe.tar.gz |
Fractional position support.
Diffstat (limited to 'src/PositionCache.h')
-rw-r--r-- | src/PositionCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PositionCache.h b/src/PositionCache.h index 280446627..bd27783c9 100644 --- a/src/PositionCache.h +++ b/src/PositionCache.h @@ -65,7 +65,7 @@ public: void SetBracesHighlight(Range rangeLine, Position braces[], char bracesMatchStyle, int xHighlight, bool ignoreStyle); void RestoreBracesHighlight(Range rangeLine, Position braces[], bool ignoreStyle); - int FindBefore(int x, int lower, int upper) const; + int FindBefore(XYPOSITION x, int lower, int upper) const; int EndLineStyle() const; }; |