diff options
author | nyamatongwe <devnull@localhost> | 2006-05-28 05:27:54 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2006-05-28 05:27:54 +0000 |
commit | fc4f6b170f6fedf263575db48f521fff469b57ee (patch) | |
tree | 9bdd1058cbf4d1c38ae0e468b21af90588f19359 /src/Editor.h | |
parent | 9d0eb44031aba03fad9b96efd2d424a44a726d32 (diff) | |
download | scintilla-mirror-fc4f6b170f6fedf263575db48f521fff469b57ee.tar.gz |
Made translucent selection work at end of line.
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h index 9243d3a2f..282874be7 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -387,6 +387,7 @@ protected: // ScintillaBase subclass needs access to much of Editor LineLayout *RetrieveLineLayout(int lineNumber); void LayoutLine(int line, Surface *surface, ViewStyle &vstyle, LineLayout *ll, int width=LineLayout::wrapWidthInfinite); + ColourAllocated SelectionBackground(ViewStyle &vsDraw); ColourAllocated TextBackground(ViewStyle &vsDraw, bool overrideBackground, ColourAllocated background, bool inSelection, bool inHotspot, int styleMain, int i, LineLayout *ll); void DrawIndentGuide(Surface *surface, int lineVisible, int lineHeight, int start, PRectangle rcSegment, bool highlight); void DrawWrapMarker(Surface *surface, PRectangle rcPlace, bool isEndMarker, ColourAllocated wrapColour); |