Merge pull request #6276 from symless/issue6267-linux-switch

#6267 Stop detecting mouse movement for local input
This commit is contained in:
Andrew Nelless 2018-03-19 11:25:17 +00:00 committed by GitHub
commit b70b8e0fc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -1391,8 +1391,6 @@ XWindowsScreen::handleSystemEvent(const Event& event, void* /*unused*/)
case MotionNotify:
if (m_isPrimary) {
onMouseMove(xevent->xmotion);
} else if (!m_isOnScreen && (xevent->xmotion.send_event == False)) {
LOG ((CLOG_INFO "local input detected"));
}
return;