Changeset 75313 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Nov 7, 2018 5:13:56 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r75307 r75313 2483 2483 /* Always add screen 0 to the default configuration. */ 2484 2484 CaptureScreenSettings screenSettings; /* Apply default settings for screen 0. */ 2485 screenSettings.fEnabled = true; /* Enabled by default. */ 2485 2486 mapScreens[0] = screenSettings; 2486 2487 }
Note:
See TracChangeset
for help on using the changeset viewer.