Changeset 28821 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Apr 27, 2010 1:23:31 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60734
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r28802 r28821 2319 2319 pelmVideoChannel->getAttributeValue("enabled", hw.vrdpSettings.fVideoChannel); 2320 2320 pelmVideoChannel->getAttributeValue("quality", hw.vrdpSettings.ulVideoChannelQuality); 2321 RT_CLAMP(hw.vrdpSettings.ulVideoChannelQuality, 10, 100);2321 hw.vrdpSettings.ulVideoChannelQuality = RT_CLAMP(hw.vrdpSettings.ulVideoChannelQuality, 10, 100); 2322 2322 } 2323 2323 }
Note:
See TracChangeset
for help on using the changeset viewer.