Changeset 30705 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h
- Timestamp:
- Jul 7, 2010 1:15:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h
r30484 r30705 699 699 { 700 700 if (pSource->pShadowAllocation == pAllocation) 701 { 702 Assert(pAllocation->bAssigned); 701 703 return; 704 } 702 705 703 706 if (pSource->pShadowAllocation) … … 714 717 if (pAllocation) 715 718 { 719 Assert(!pAllocation->bAssigned); 720 Assert(!pAllocation->bVisible); 716 721 pAllocation->bVisible = FALSE; 717 722 /* this check ensures the shadow is not used for other source simultaneously */
Note:
See TracChangeset
for help on using the changeset viewer.