VirtualBox

Ignore:
Timestamp:
Jan 20, 2014 4:30:32 PM (11 years ago)
Author:
vboxsync
Message:

crOpenGL: bugfixes

File:
1 edited

Legend:

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

    r50095 r50123  
    310310
    311311    crHashtableDelete(cr_server.muralTable, window, crFree);
     312
     313    crServerCheckAllMuralGeometry(NULL);
    312314}
    313315
     
    329331    }
    330332
    331     crServerCheckMuralGeometry(mural);
     333    crServerCheckAllMuralGeometry(mural);
    332334
    333335    return GL_TRUE;
     
    364366    mural->gY = y;
    365367
    366     crServerCheckMuralGeometry(mural);
     368    crServerCheckAllMuralGeometry(mural);
    367369}
    368370
     
    400402    }
    401403
    402     crServerCheckMuralGeometry(mural);
     404    crServerCheckAllMuralGeometry(mural);
    403405}
    404406
     
    422424        return;
    423425
    424     crServerCheckMuralGeometry(mural);
     426    if (mural->bVisible)
     427        crServerCheckMuralGeometry(mural);
     428    else
     429        crServerCheckAllMuralGeometry(mural);
    425430}
    426431
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