VirtualBox

Changeset 20021 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
May 26, 2009 10:31:44 AM (16 years ago)
Author:
vboxsync
Message:

Main/Display: properly save/restore some important members, see xtracker 3927

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/DisplayImpl.h

    r19844 r20021  
    114114    HRESULT init (Console *aParent);
    115115    void uninit();
     116    int  registerSSM(PVM pVM);
    116117
    117118    // public methods only for internal purposes
     
    275276#endif
    276277
     278    static DECLCALLBACK(void)   displaySSMSave (PSSMHANDLE pSSM, void *pvUser);
     279    static DECLCALLBACK(int)    displaySSMLoad (PSSMHANDLE pSSM, void *pvUser, uint32_t u32Version);
     280
    277281    const ComObjPtr <Console, ComWeakRef> mParent;
    278282    /** Pointer to the associated display driver. */
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