http://bugs.winehq.org/show_bug.cgi?id=31702
--- Comment #33 from Henri Verbeet hverbeet@gmail.com 2012-09-24 07:59:16 CDT --- Created attachment 41812 --> http://bugs.winehq.org/attachment.cgi?id=41812 patch
Right, so the ClipCursor(NULL) when the mouse button is released disables clipping, and then it stays disabled because ClipCursor() is called so often. Does the attached patch make it any better?