mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 14:41:57 +08:00
Added global configuration option to disable screen saver
synchronization.
This commit is contained in:
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user