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

@@ -287,6 +287,7 @@ CXWindowsSecondaryScreen::resetOptions()
{
m_numLockHalfDuplex = false;
m_capsLockHalfDuplex = false;
CSecondaryScreen::resetOptions();
}
void
@@ -302,6 +303,7 @@ CXWindowsSecondaryScreen::setOptions(const COptionsList& options)
LOG((CLOG_DEBUG1 "half-duplex num-lock %s", m_numLockHalfDuplex ? "on" : "off"));
}
}
CSecondaryScreen::setOptions(options);
}
IScreen*