Changeset 53555 in vbox for trunk/src/VBox/GuestHost
- Timestamp:
- Dec 17, 2014 12:21:14 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97310
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/compositor.cpp
r50178 r53555 680 680 VBOXVREGDECL(int) CrVrScrCompositorEntryRegionsGet(const VBOXVR_SCR_COMPOSITOR *pCompositor, const VBOXVR_SCR_COMPOSITOR_ENTRY *pEntry, uint32_t *pcRegions, const RTRECT **ppaSrcRegions, const RTRECT **ppaDstRegions, const RTRECT **ppaDstUnstretchedRects) 681 681 { 682 683 684 685 686 687 688 689 690 682 if (CrVrScrCompositorEntryIsUsed(pEntry)) 683 { 684 int rc = crVrScrCompositorRectsCheckInit(pCompositor); 685 if (!RT_SUCCESS(rc)) 686 { 687 WARN(("crVrScrCompositorRectsCheckInit failed, rc %d", rc)); 688 return rc; 689 } 690 } 691 691 692 692 Assert(pCompositor->cRects != VBOXVR_SCR_COMPOSITOR_RECTS_UNDEFINED);
Note:
See TracChangeset
for help on using the changeset viewer.