Changeset 31740 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Aug 17, 2010 4:50:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.cpp
r31713 r31740 3472 3472 tstH /= 2; 3473 3473 CONST D3DDDI_SURFACEINFO* pSurf = &pResource->pSurfList[i]; 3474 Assert( pSurf->Width == tstW);3475 Assert( pSurf->Height == tstH);3474 Assert((pSurf->Width == tstW) || (!tstW && (pSurf->Width==1))); 3475 Assert((pSurf->Height == tstH) || (!tstH && (pSurf->Height==1))); 3476 3476 } 3477 3477 }
Note:
See TracChangeset
for help on using the changeset viewer.