diff --git a/lib/platform/CMSWindowsScreen.cpp b/lib/platform/CMSWindowsScreen.cpp index 8f627928..392093ff 100644 --- a/lib/platform/CMSWindowsScreen.cpp +++ b/lib/platform/CMSWindowsScreen.cpp @@ -690,7 +690,7 @@ CMSWindowsScreen::onPreDispatch(HWND hwnd, return onScreensaver(wParam != 0); case SYNERGY_MSG_DEBUG: - LOG((CLOG_INFO "hook: 0x%08x 0x%08x", wParam, lParam)); + LOG((CLOG_DEBUG1 "hook: 0x%08x 0x%08x", wParam, lParam)); return true; } diff --git a/lib/platform/CMSWindowsScreen.h b/lib/platform/CMSWindowsScreen.h index e9e51a06..b0695f76 100644 --- a/lib/platform/CMSWindowsScreen.h +++ b/lib/platform/CMSWindowsScreen.h @@ -199,6 +199,7 @@ private: // last mouse position SInt32 m_xCursor, m_yCursor; + // last clipboard UInt32 m_sequenceNumber; // used to discard queued messages that are no longer needed