VirtualBox

Changeset 22215 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 13, 2009 12:41:04 AM (15 years ago)
Author:
vboxsync
Message:

video hw accel: basics for saved state support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/DisplayImpl.cpp

    r21878 r22215  
    23492349        if(FAILED(hr))
    23502350        {
    2351             rc = VERR_GENERAL_FAILURE;
     2351            rc = (hr == E_NOTIMPL) ? VERR_NOT_IMPLEMENTED : VERR_GENERAL_FAILURE;
    23522352        }
    23532353
     
    23632363    {
    23642364        /* tell the guest the command is complete */
     2365        pCommand->Flags &= (~VBOXVHWACMD_FLAG_HG_ASYNCH);
    23652366        pCommand->rc = rc;
    23662367    }
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