Changeset 75279 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 6, 2018 12:37:11 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 126381
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/CaptureScreenSettingsImpl.h
r75269 r75279 39 39 40 40 // public initializer/uninitializer for internal purposes only 41 HRESULT init(Machine *aParent, u nsigned longuScreenId, const settings::CaptureScreenSettings& data);41 HRESULT init(Machine *aParent, uint32_t uScreenId, const settings::CaptureScreenSettings& data); 42 42 HRESULT init(Machine *aParent, CaptureScreenSettings *that); 43 43 HRESULT initCopy(Machine *aParent, CaptureScreenSettings *that); -
trunk/src/VBox/Main/include/CaptureSettingsImpl.h
r75260 r75279 68 68 69 69 /** 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; 71 71 72 72 struct Data;
Note:
See TracChangeset
for help on using the changeset viewer.