rename RecalLineBreaks to RecalculateLineBreaks ; use ceil() when computing the origins for lines

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9913 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2004-11-11 10:07:40 +00:00
parent 83bf0add93
commit d601f6e882
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ virtual void _ReservedTextView12();
int32 toOffset,
bool erase,
bool scroll);
void RecalLineBreaks(int32 *startLine, int32 *endLine);
void RecalculateLineBreaks(int32 *startLine, int32 *endLine);
int32 FindLineBreak(int32 fromOffset,
float *outAscent,
float *outDescent,