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:
Stefano Ceccherini
2007-04-30 19:49:43 +00:00
parent 73f1548be1
commit f96bec013d
2 changed files with 131 additions and 127 deletions
+5
View File
@@ -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,