Merged in extra logging info from winsvc branch
This commit is contained in:
parent
771592a47f
commit
b0574d6fee
|
@ -691,6 +691,7 @@ CMSWindowsDesks::deskLeave(CDesk* desk, HKL keyLayout)
|
||||||
SetCapture(desk->m_window);
|
SetCapture(desk->m_window);
|
||||||
|
|
||||||
// warp the mouse to the cursor center
|
// 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);
|
deskMouseMove(m_xCenter, m_yCenter);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue