small changes and fixes here and there

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12480 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2005-04-27 17:25:29 +00:00
parent de6705ffd0
commit 28930a1240
4 changed files with 25 additions and 36 deletions
+1 -1
View File
@@ -3146,7 +3146,7 @@ void BWindow::drawAllViews(BView* aView)
void BWindow::DoUpdate(BView* aView, BRect& area)
{
STRACE(("info: BWindow::drawView() BRect(%f,%f,%f,%f) called.\n",
STRACE(("info: BWindow::DoUpdate() BRect(%f,%f,%f,%f) called.\n",
area.left, area.top, area.right, area.bottom));
aView->check_lock();