http://bugs.winehq.org/show_bug.cgi?id=1410
------- Additional Comments From myrd@projectmagma.net 2006-09-03 16:33 ------- Then the solution would be to NOT center it when Acquire gets set, but rather set a boolean "should_be_centered" to TRUE. Then, in any function that expects the mouse to be centered to generate relative mouse events, it should re-center it at the start, do its thing, then de-center it back at the end of the function, if "should_be_centered" is set.