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