VirtualBox

Changeset 45252 in vbox for trunk/src/VBox/HostServices


Ignore:
Timestamp:
Mar 29, 2013 5:29:12 PM (12 years ago)
Author:
vboxsync
Message:

crOpenGL: missing file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c

    r45248 r45252  
    24242424
    24252425        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        }
    24272434    }
    24282435    else
     
    24372444
    24382445        /* 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//        }
    24402452    }
    24412453
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette