no need to contact the server for this, transaction means that drawing commands are not immediately flushed, which is handled entirely on client side

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17044 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2006-04-07 19:04:51 +00:00
parent 9c5c552dd6
commit 835a7ebdf0
1 changed files with 0 additions and 2 deletions

View File

@ -561,7 +561,6 @@ BWindow::BeginViewTransaction()
Unlock();
return;
}
fLink->StartMessage(AS_BEGIN_TRANSACTION);
fInTransaction = true;
Unlock();
@ -577,7 +576,6 @@ BWindow::EndViewTransaction()
Unlock();
return;
}
fLink->StartMessage(AS_END_TRANSACTION);
fLink->Flush();
fInTransaction = false;