VirtualBox

Ignore:
Timestamp:
Mar 1, 2013 2:11:35 PM (12 years ago)
Author:
vboxsync
Message:

crOpenGL: window attr change fixes

File:
1 edited

Legend:

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

    r44880 r44886  
    589589    if (window) {
    590590        renderspuVBoxCompositorSet( window, pCompositor);
    591         /* renderspuVBoxPresentComposition can be invoked from the chromium thread only and is not reentrant,
    592          * no need to acquire a compositor lock here */
    593         renderspu_SystemVBoxPresentComposition(window, pCompositor, pChangedEntry);
     591        if (pCompositor)
     592        {
     593            renderspu_SystemVBoxPresentComposition(window, pCompositor, pChangedEntry);
     594        }
    594595    }
    595596    else {
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