Small style cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31155 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1245,9 +1245,10 @@ FrameMoved(origin);
|
||||
= (ViewUpdateInfo*)infos.ItemAtFast(i);
|
||||
if (BView* view = _FindView(info->token))
|
||||
view->_Draw(info->updateRect);
|
||||
else
|
||||
else {
|
||||
printf("_UPDATE_ - didn't find view by token: %ld\n",
|
||||
info->token);
|
||||
}
|
||||
//drawTime += system_time() - drawStart;
|
||||
}
|
||||
// NOTE: The tokens are actually hirachically sorted,
|
||||
|
||||
Reference in New Issue
Block a user