Changeset 51678 in vbox
- Timestamp:
- Jun 20, 2014 2:17:09 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94448
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Main/src-client/DisplayImpl.cpp ¶
r51656 r51678 3505 3505 mpDrv->pUpPort->pfnSetRenderVRAM(mpDrv->pUpPort, true); 3506 3506 3507 if (fInvalidate) 3508 VMR3ReqCallWaitU(ptrVM.rawUVM(), VMCPUID_ANY, (PFNRT)Display::InvalidateAndUpdateEMT, 3509 3, this, aScreenId, false); 3507 // @todo later 3508 // if (fInvalidate) 3509 // VMR3ReqCallWaitU(ptrVM.rawUVM(), VMCPUID_ANY, (PFNRT)Display::InvalidateAndUpdateEMT, 3510 // 3, this, aScreenId, false); 3510 3511 } 3511 3512
Note:
See TracChangeset
for help on using the changeset viewer.