Merged in extra logging info from winsvc branch

This commit is contained in:
Nick Bolton 2009-12-27 22:05:43 +00:00
parent 771592a47f
commit b0574d6fee
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}