Added global configuration option to disable screen saver

synchronization.
This commit is contained in:
crs
2003-05-03 14:38:36 +00:00
parent 65de05e3ec
commit ed439ec33c
6 changed files with 112 additions and 15 deletions

View File

@@ -300,13 +300,13 @@ CMSWindowsSecondaryScreen::mouseWheel(SInt32 delta)
void
CMSWindowsSecondaryScreen::resetOptions()
{
// no options
CSecondaryScreen::resetOptions();
}
void
CMSWindowsSecondaryScreen::setOptions(const COptionsList& /*options*/)
CMSWindowsSecondaryScreen::setOptions(const COptionsList& options)
{
// no options
CSecondaryScreen::setOptions(options);
}
IScreen*