Changeset 45252 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Mar 29, 2013 5:29:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c
r45248 r45252 2424 2424 2425 2425 if (!pMI->fRootVrOn) 2426 CrVrScrCompositorEntryTexUpdate(&pMI->RootVrCEntry, CrVrScrCompositorEntryTexGet(&pMI->CEntry)); 2426 { 2427 rc = CrVrScrCompositorEntryTexUpdate(&pMI->RootVrCompositor, &pMI->RootVrCEntry, CrVrScrCompositorEntryTexGet(&pMI->CEntry)); 2428 if (!RT_SUCCESS(rc)) 2429 { 2430 crWarning("CrVrScrCompositorEntryTexUpdate failed, rc %d", rc); 2431 goto end; 2432 } 2433 } 2427 2434 } 2428 2435 else … … 2437 2444 2438 2445 /* CEntry should always be in sync */ 2439 // CrVrScrCompositorEntryTexUpdate(&pMI->CEntry, CrVrScrCompositorEntryTexGet(&pMI->RootVrCEntry)); 2446 // rc = CrVrScrCompositorEntryTexUpdate(&pMI->Compositor, &pMI->CEntry, CrVrScrCompositorEntryTexGet(&pMI->RootVrCEntry)); 2447 // if (!RT_SUCCESS(rc)) 2448 // { 2449 // crWarning("CrVrScrCompositorEntryTexUpdate failed, rc %d", rc); 2450 // goto end; 2451 // } 2440 2452 } 2441 2453
Note:
See TracChangeset
for help on using the changeset viewer.