From b0574d6fee864a320e0ce5a829eb5b928cb6ccd3 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Sun, 27 Dec 2009 22:05:43 +0000 Subject: [PATCH] Merged in extra logging info from winsvc branch --- lib/platform/CMSWindowsDesks.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/platform/CMSWindowsDesks.cpp b/lib/platform/CMSWindowsDesks.cpp index 1ec3c6bd..1905f122 100644 --- a/lib/platform/CMSWindowsDesks.cpp +++ b/lib/platform/CMSWindowsDesks.cpp @@ -691,6 +691,7 @@ CMSWindowsDesks::deskLeave(CDesk* desk, HKL keyLayout) SetCapture(desk->m_window); // warp the mouse to the cursor center + LOG((CLOG_DEBUG2 "warping cursor to center: %+d,%+d", m_xCenter, m_yCenter)); deskMouseMove(m_xCenter, m_yCenter); } }