- Timestamp:
- Nov 5, 2018 6:43:22 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126357
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
r75251 r75255 2975 2975 2976 2976 if (cMonitors > saCaptureScreenScreens.size()) /* Paranoia. */ 2977 cMonitors = saCaptureScreenScreens.size();2977 cMonitors = (ULONG)saCaptureScreenScreens.size(); 2978 2978 2979 2979 for (size_t i = 0; i < cMonitors; ++i) -
trunk/src/VBox/Main/src-client/VideoRecStream.cpp
r75254 r75255 753 753 if (RT_SUCCESS(rc)) 754 754 { 755 this->pCtx = pCtx; 756 this->fEnabled = true; 757 this->uScreenID = uScreen; 758 this->tsStartMs = RTTimeMilliTS(); 759 this->ScreenSettings = Settings; 755 this->fEnabled = true; 756 this->uScreenID = uScreen; 757 this->tsStartMs = RTTimeMilliTS(); 758 this->ScreenSettings = Settings; 760 759 } 761 760 else
Note:
See TracChangeset
for help on using the changeset viewer.