small cleanups. Moved some code into a _DrawLine() method.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20940 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -327,6 +327,11 @@ virtual void _ReservedTextView12();
|
||||
int32 toOffset,
|
||||
_BTextChangeResult_ *outResult);
|
||||
|
||||
void _DrawLine(BView *view, const int32 &startLine,
|
||||
const int32 &startOffset,
|
||||
const bool &erase,
|
||||
BRect &eraseRect,
|
||||
BRegion &inputRegion);
|
||||
void DrawLines(int32 startLine,
|
||||
int32 endLine,
|
||||
int32 startOffset = -1,
|
||||
|
||||
Reference in New Issue
Block a user