Changeset 55709 in vbox for trunk/src/VBox/Additions
- Timestamp:
- May 7, 2015 8:53:35 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVbva.cpp
r55249 r55709 551 551 if (cbHwBufferContiguousAvail < cb) 552 552 { 553 if (cb <pVBVA->cbData - pVBVA->off32Free)553 if (cb > pVBVA->cbData - pVBVA->off32Free) 554 554 { 555 555 /* the entire contiguous part is smaller than the requested buffer */
Note:
See TracChangeset
for help on using the changeset viewer.