Apparently it does not work... convert to TODO.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39100 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2010-10-23 22:56:50 +00:00
parent c8224731d2
commit 43eea4c2c4

View File

@ -2296,8 +2296,9 @@ ServerWindow::_DispatchViewDrawingMessage(int32 code,
fCurrentView->ConvertToScreenForDrawing(&info.viewRect);
if ((info.options & B_WAIT_FOR_RETRACE) != 0)
fDesktop->HWInterface()->WaitForRetrace(20000);
// TODO: Unbreak...
// if ((info.options & B_WAIT_FOR_RETRACE) != 0)
// fDesktop->HWInterface()->WaitForRetrace(20000);
drawingEngine->DrawBitmap(bitmap, info.bitmapRect,
info.viewRect, info.options);