Changeset 32679 in vbox
- Timestamp:
- Sep 21, 2010 5:25:02 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66094
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp
r32677 r32679 3427 3427 PVBOXWDDM_SOURCE pSource = &pDevExt->aSources[pSetVidPnSourceVisibility->VidPnSourceId]; 3428 3428 PVBOXWDDM_ALLOCATION pAllocation = pSource->pPrimaryAllocation; 3429 Assert(pAllocation->enmType == VBOXWDDM_ALLOC_TYPE_STD_SHAREDPRIMARYSURFACE3430 || pAllocation->enmType == VBOXWDDM_ALLOC_TYPE_UMD_RC_GENERIC);3431 3429 if (pAllocation) 3432 3430 { 3431 Assert(pAllocation->enmType == VBOXWDDM_ALLOC_TYPE_STD_SHAREDPRIMARYSURFACE 3432 || pAllocation->enmType == VBOXWDDM_ALLOC_TYPE_UMD_RC_GENERIC); 3433 3433 3434 Assert(pAllocation->bVisible != pSetVidPnSourceVisibility->Visible); 3434 3435 if (pAllocation->bVisible != pSetVidPnSourceVisibility->Visible)
Note:
See TracChangeset
for help on using the changeset viewer.