Changeset 43341 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Sep 18, 2012 11:14:16 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 80777
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.cpp
r43298 r43341 2547 2547 Assert(pTarget->HeightTotal); 2548 2548 Assert(pTarget->HeightVisible); 2549 Assert(pTarget->HeightTotal > pTarget->HeightVisible);2549 Assert(pTarget->HeightTotal >= pTarget->HeightVisible); 2550 2550 Assert(pTarget->ScanLineState < pTarget->HeightTotal); 2551 2551 if (pTarget->HeightTotal)
Note:
See TracChangeset
for help on using the changeset viewer.