Changeset 75283 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Nov 6, 2018 12:58:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r75279 r75283 4407 4407 4408 4408 /* Right now I don't want to bump the settings version, so just convert the enabled 4409 * screens to the former uint6 t_t bit array and vice versa. */4409 * screens to the former uint64t_t bit array and vice versa. */ 4410 4410 uint64_t u64VideoCaptureScreens; 4411 4411 pelmHwChild->getAttributeValue("screens", u64VideoCaptureScreens); … … 5822 5822 5823 5823 /* Right now I don't want to bump the settings version, so just convert the enabled 5824 * screens to the former uint6 t_t bit array and vice versa. */5824 * screens to the former uint64t_t bit array and vice versa. */ 5825 5825 uint64_t u64VideoCaptureScreens = 0; 5826 5826 CaptureScreenMap::const_iterator itScreen = hw.captureSettings.mapScreens.begin();
Note:
See TracChangeset
for help on using the changeset viewer.