Changeset 29745 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- May 21, 2010 4:11:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVhwa.cpp
r29742 r29745 342 342 if (pInfo1) 343 343 { 344 if (pInfo1->u.out.cfgFlags & VBOXVHWA_CFG_ENABLED) 344 if ((pInfo1->u.out.cfgFlags & VBOXVHWA_CFG_ENABLED) 345 && pInfo1->u.out.numOverlays) 345 346 { 346 347 if ((pInfo1->u.out.caps & VBOXVHWA_CAPS_OVERLAY) … … 367 368 } 368 369 } 370 371 pSettings->cOverlaysSupported = pInfo1->u.out.numOverlays; 369 372 370 373 pSettings->cFormats = 0;
Note:
See TracChangeset
for help on using the changeset viewer.