Changeset 29884 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- May 30, 2010 8:32:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.cpp
r29883 r29884 1622 1622 for (UINT i = 0; i < pRcInfo->cAllocInfos; ++i) 1623 1623 { 1624 PVBOXWDDMDISP_ALLOCATION pAllocation = &pRc->aAllocations[ 1];1624 PVBOXWDDMDISP_ALLOCATION pAllocation = &pRc->aAllocations[i]; 1625 1625 D3DDDI_ALLOCATIONINFO* pDdiAllocInfo = &pDdiAllocInfos[i]; 1626 1626 PVBOXWDDM_ALLOCINFO pAllocInfo = &pAllocInfos[i];
Note:
See TracChangeset
for help on using the changeset viewer.