Changeset 50313 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video
- Timestamp:
- Feb 3, 2014 6:46:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp
r49591 r50313 5920 5920 } 5921 5921 5922 pBlt->Pos.x = pPresent->DstRect.left - pPresent->SrcRect.left; 5923 pBlt->Pos.y = pPresent->DstRect.top - pPresent->SrcRect.top; 5924 5922 5925 paRects = pBlt->aRects; 5923 5926 cbMaxRects = pPresent->DmaBufferPrivateDataSize - RT_OFFSETOF(VBOXCMDVBVA_BLT_PRIMARY, aRects); … … 5939 5942 if (VBoxCVDdiFillAllocInfo(pHdr, &pBlt->dst, pDstAlloc, pDst, true)) 5940 5943 u32DstPatch = RT_OFFSETOF(VBOXCMDVBVA_BLT_OFFPRIMSZFMT_OR_ID, dst.offVRAM); 5944 5945 pBlt->Pos.x = pPresent->DstRect.left - pPresent->SrcRect.left; 5946 pBlt->Pos.y = pPresent->DstRect.top - pPresent->SrcRect.top; 5941 5947 5942 5948 paRects = pBlt->aRects;
Note:
See TracChangeset
for help on using the changeset viewer.