This is it. Update code is ready. At leat I think so. Testing is next. Uh, didn't thought this could be this easy. :-)

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8320 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adi Oanca
2004-07-05 20:37:13 +00:00
parent 427dd22b3d
commit 16039b760a
3 changed files with 37 additions and 3 deletions
+10
View File
@@ -1455,6 +1455,16 @@ void ServerWindow::DispatchMessage(int32 code)
break;
}
case AS_BEGIN_UPDATE:
{
cl->UpdateStart();
break;
}
case AS_END_UPDATE:
{
cl->UpdateEnd();
break;
}
// ********** END: BView Messages ***********