VirtualBox

Ignore:
Timestamp:
Mar 29, 2012 2:12:11 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77167
Message:

crOpenGL: proper handling disabled 3D case for HGSMI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c

    r40544 r40708  
    23332333
    23342334    pClient = _crVBoxHGSMIClientGet(conn);
    2335     CRASSERT(pClient);
    23362335    if (pClient)
    2337     {
    23382336        rc = VBoxCrHgsmiCtlConGetClientID(pClient->pHgsmi, &conn->u32ClientID);
    2339         CRASSERT(RT_SUCCESS(rc));
    2340     }
     2337    else
     2338        rc = VERR_GENERAL_FAILURE;
    23412339
    23422340    VBOXCRHGSMIPROFILE_FUNC_EPILOGUE();
Note: See TracChangeset for help on using the changeset viewer.

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