Changeset 51960 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jul 9, 2014 3:18:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVidPn.cpp
r51943 r51960 2236 2236 2237 2237 #ifdef VBOX_WDDM_WIN8 2238 Assert(!g_VBoxDisplayOnly || !pAllocation); 2238 2239 if (!g_VBoxDisplayOnly) 2240 #endif 2241 { 2239 2242 vboxWddmAssignPrimary(pSource, pAllocation, VidPnSourceId); 2240 else 2241 Assert(!pAllocation); 2242 #endif 2243 } 2243 2244 2244 2245 Assert(pSource->AllocData.SurfDesc.VidPnSourceId == VidPnSourceId);
Note:
See TracChangeset
for help on using the changeset viewer.