aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-06-26 16:11:15 +1000
committerNeil <nyamatongwe@gmail.com>2014-06-26 16:11:15 +1000
commit6964d2a7f004e755b1e32f334597ca7408d2ce28 (patch)
tree02f09c4ef2745e247ea9cdc3f31e9834c89b0697 /src/Editor.h
parentcbbfaec78bd3f516cc2d0bcece0945d80f533d78 (diff)
downloadscintilla-mirror-6964d2a7f004e755b1e32f334597ca7408d2ce28.tar.gz
Move decision to draw line end wrap marker and colour of marker to DrawEOL.
Simplifies arguments to DrawEOL and shortens DrawLine.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Editor.h b/src/Editor.h
index 7a84690af..c7d44c16d 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -442,8 +442,7 @@ protected: // ScintillaBase subclass needs access to much of Editor
static void DrawWrapMarker(Surface *surface, PRectangle rcPlace, bool isEndMarker, ColourDesired wrapColour);
void DrawEOL(Surface *surface, const ViewStyle &vsDraw, PRectangle rcLine, LineLayout *ll,
int line, int lineEnd, int xStart, int subLine, XYACCUMULATOR subLineStart,
- ColourOptional background,
- bool drawWrapMark, ColourDesired wrapColour);
+ ColourOptional background);
static void DrawIndicator(int indicNum, int startPos, int endPos, Surface *surface, const ViewStyle &vsDraw,
int xStart, PRectangle rcLine, LineLayout *ll, int subLine);
void DrawIndicators(Surface *surface, const ViewStyle &vsDraw, int line, int xStart,