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:
parent
c8224731d2
commit
43eea4c2c4
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user