VirtualBox

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


Ignore:
Timestamp:
Nov 6, 2018 12:37:11 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
126381
Message:

Capturing: Use uint32_t as internal screen settings screen ID.

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

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

    r75269 r75279  
    3939
    4040    // public initializer/uninitializer for internal purposes only
    41     HRESULT init(Machine *aParent, unsigned long uScreenId, const settings::CaptureScreenSettings& data);
     41    HRESULT init(Machine *aParent, uint32_t uScreenId, const settings::CaptureScreenSettings& data);
    4242    HRESULT init(Machine *aParent, CaptureScreenSettings *that);
    4343    HRESULT initCopy(Machine *aParent, CaptureScreenSettings *that);
  • trunk/src/VBox/Main/include/CaptureSettingsImpl.h

    r75260 r75279  
    6868
    6969    /** Map of screen settings objects. The key specifies the screen ID. */
    70     typedef std::map <ULONG, ComObjPtr<CaptureScreenSettings> > CaptureScreenSettingsMap;
     70    typedef std::map <uint32_t, ComObjPtr<CaptureScreenSettings> > CaptureScreenSettingsMap;
    7171
    7272    struct Data;
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