- Timestamp:
- Sep 27, 2013 1:07:23 PM (11 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/vreg.cpp
r48726 r48733 2564 2564 CrVrScrCompositorIterInit(pCompositor, &CIter); 2565 2565 int rc = VINF_SUCCESS; 2566 uint32_t cRects;2567 const RTRECT *pRects;2568 2566 bool fChanged = false; 2569 2567 … … 2571 2569 { 2572 2570 bool fCurChanged = false; 2573 2574 /* get source rects, that will be non-stretched and entry pos - pased */2575 rc = CrVrScrCompositorEntryRegionsGet(pCompositor, pEntry, &cRects, NULL, NULL, &pRects);2576 if (!RT_SUCCESS(rc))2577 {2578 WARN(("CrVrScrCompositorEntryRegionsGet failed, rc %d", rc));2579 break;2580 }2581 2571 2582 2572 rc = CrVrScrCompositorEntryListIntersect(pCompositor, pEntry, pVr, &fCurChanged); -
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_presenter.cpp
r48726 r48733 226 226 if (fChangeFlags & VBOXVR_COMPOSITOR_CF_REGIONS_CHANGED) 227 227 { 228 uint32_t cRects;229 const RTRECT *pRects;230 228 bool fChanged = true; 231 229 if (pDisplay->Mural.fRootVrOn)
Note:
See TracChangeset
for help on using the changeset viewer.