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:
@@ -561,7 +561,6 @@ BWindow::BeginViewTransaction()
|
|||||||
Unlock();
|
Unlock();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
fLink->StartMessage(AS_BEGIN_TRANSACTION);
|
|
||||||
fInTransaction = true;
|
fInTransaction = true;
|
||||||
|
|
||||||
Unlock();
|
Unlock();
|
||||||
@@ -577,7 +576,6 @@ BWindow::EndViewTransaction()
|
|||||||
Unlock();
|
Unlock();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
fLink->StartMessage(AS_END_TRANSACTION);
|
|
||||||
fLink->Flush();
|
fLink->Flush();
|
||||||
fInTransaction = false;
|
fInTransaction = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user