diff options
author | XhmikosR <xhmikosr@gmail.com> | 2014-06-30 10:58:02 +0300 |
---|---|---|
committer | XhmikosR <xhmikosr@gmail.com> | 2014-07-03 12:38:18 +0300 |
commit | 666822715a5f1f919d039ea4aed50effbf8fb984 (patch) | |
tree | d8e03b027a0c929d73dc63fd1f1c1764e600c003 /scintilla/src/ViewStyle.h | |
parent | 80a1ee6430295f30fe78271398e78d13cd9a9d93 (diff) | |
download | notepad2-mod-666822715a5f1f919d039ea4aed50effbf8fb984.zip notepad2-mod-666822715a5f1f919d039ea4aed50effbf8fb984.tar.gz notepad2-mod-666822715a5f1f919d039ea4aed50effbf8fb984.tar.bz2 |
Update Scintilla to 3.4.4.
Diffstat (limited to 'scintilla/src/ViewStyle.h')
-rw-r--r-- | scintilla/src/ViewStyle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scintilla/src/ViewStyle.h b/scintilla/src/ViewStyle.h index d6e4311..ac513c8 100644 --- a/scintilla/src/ViewStyle.h +++ b/scintilla/src/ViewStyle.h @@ -169,6 +169,7 @@ public: int ExternalMarginWidth() const;
bool ValidStyle(size_t styleIndex) const;
void CalcLargestMarkerHeight();
+ ColourOptional Background(int marksOfLine, bool caretActive, bool lineContainsCaret) const;
ColourDesired WrapColour() const;
bool SetWrapState(int wrapState_);
bool SetWrapVisualFlags(int wrapVisualFlags_);
|