VirtualBox

Ignore:
Timestamp:
Sep 18, 2012 11:14:16 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80777
Message:

wddm: assertion fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.cpp

    r43298 r43341  
    25472547    Assert(pTarget->HeightTotal);
    25482548    Assert(pTarget->HeightVisible);
    2549     Assert(pTarget->HeightTotal > pTarget->HeightVisible);
     2549    Assert(pTarget->HeightTotal >= pTarget->HeightVisible);
    25502550    Assert(pTarget->ScanLineState < pTarget->HeightTotal);
    25512551    if (pTarget->HeightTotal)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette