Changeset 75324 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Nov 8, 2018 3:39:50 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 126445
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r75313 r75324 4432 4432 for (unsigned i = 0; i < hw.cMonitors; i++) /* Don't add more settings than we have monitors configured. */ 4433 4433 { 4434 /* Add screen i to config in any case. */ 4435 hw.captureSettings.mapScreens[i] = screen0Settings; 4436 4434 4437 if (u64VideoCaptureScreens & RT_BIT_64(i)) /* Screen i enabled? */ 4435 {4436 hw.captureSettings.mapScreens[i] = screen0Settings;4437 4438 hw.captureSettings.mapScreens[i].fEnabled = true; 4438 }4439 4439 } 4440 4440 }
Note:
See TracChangeset
for help on using the changeset viewer.