#123 Made disable clipboard take effect on client

This commit is contained in:
Xinyu Hou
2016-09-15 16:45:36 -04:00
committed by Andrew Nelless
parent 90673e8b87
commit eafc548b97
3 changed files with 24 additions and 8 deletions

View File

@@ -833,9 +833,7 @@ ServerProxy::setOptions()
// update keep alive
setKeepAliveRate(1.0e-3 * static_cast<double>(options[i + 1]));
}
else if (options[i] == kOptionClipboardSharing) {
LOG((CLOG_DEBUG "disable clipboard sharing"));
}
if (id != kKeyModifierIDNull) {
m_modifierTranslationTable[id] =
static_cast<KeyModifierID>(options[i + 1]);