Changeset 75255 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Nov 5, 2018 6:43:22 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.