VirtualBox

Ignore:
Timestamp:
Apr 7, 2014 10:57:41 AM (11 years ago)
Author:
vboxsync
Message:

crOpenGL: command blocks: enable in guest if host supports it; bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxCrHgsmi.cpp

    r49591 r50984  
    112112    if (!RT_SUCCESS(rc))
    113113    {
    114         WARN(("VBoxCrHgsmiPrivateCtlConCall failed with rc (%d)", rc));
     114        WARN(("vboxCrHgsmiPrivateCtlConGetClientID failed with rc (%d)", rc));
     115    }
     116    return rc;
     117}
     118
     119VBOXCRHGSMI_DECL(int) VBoxCrHgsmiCtlConGetHostCaps(PVBOXUHGSMI pHgsmi, uint32_t *pu32HostCaps)
     120{
     121    PVBOXUHGSMI_PRIVATE_BASE pHgsmiPrivate = (PVBOXUHGSMI_PRIVATE_BASE)pHgsmi;
     122    int rc = vboxCrHgsmiPrivateCtlConGetHostCaps(pHgsmiPrivate, pu32HostCaps);
     123    if (!RT_SUCCESS(rc))
     124    {
     125        WARN(("vboxCrHgsmiPrivateCtlConGetHostCaps failed with rc (%d)", rc));
    115126    }
    116127    return rc;
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