Changeset 30795 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Miniport
- Timestamp:
- Jul 12, 2010 1:10:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVdma.cpp
r30686 r30795 337 337 { 338 338 bool bSend = false; 339 Assert(pCmd->fFlags.Value == 0);339 pCmd->fFlags.Value = 0; 340 340 pCmd->fFlags.bAddHiddenRects = 1; 341 341 if (pCurContext->pLastReportedRects)
Note:
See TracChangeset
for help on using the changeset viewer.