VirtualBox

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

crOpenGL: misc bugfixes & cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_glx.c

    r45039 r45066  
    19721972}
    19731973
    1974 void renderspu_SystemVBoxPresentComposition( WindowInfo *window, struct VBOXVR_SCR_COMPOSITOR * pCompositor, struct VBOXVR_SCR_COMPOSITOR_ENTRY *pChangedEntry )
     1974void renderspu_SystemVBoxPresentComposition( WindowInfo *window, struct VBOXVR_SCR_COMPOSITOR_ENTRY *pChangedEntry )
    19751975{
    19761976    /* the CR_RENDER_FORCE_PRESENT_MAIN_THREAD is actually inherited from cocoa backend impl,
     
    19791979     * @todo: change to some more generic macro name */
    19801980#ifndef CR_RENDER_FORCE_PRESENT_MAIN_THREAD
    1981     struct VBOXVR_SCR_COMPOSITOR *pCurCompositor;
     1981    struct VBOXVR_SCR_COMPOSITOR *pCompositor;
    19821982    /* we do not want to be blocked with the GUI thread here, so only draw her eif we are really able to do that w/o bllocking */
    1983     int rc = renderspuVBoxCompositorTryAcquire(window, &pCurCompositor);
     1983    int rc = renderspuVBoxCompositorTryAcquire(window, &pCompositor);
    19841984    if (RT_SUCCESS(rc))
    19851985    {
    1986         Assert(pCurCompositor == pCompositor);
    19871986        renderspuVBoxPresentCompositionGeneric(window, pCompositor, pChangedEntry, 0);
    19881987        renderspuVBoxCompositorRelease(window);
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