This patch resolve bug#958403 and bug#1015427
Causation of the bug:
In a remote desktop, cursor can not be really hidden,
after ShowCursor(FALSE), the cursor's position will not
be set correctly.
Solution:
Set cursor as a fully transparent one when capture the
mouse.
transparent cursor
Logged In: NO
This had already been done in another patch! See
http://sourceforge.net/tracker/index.php?
func=detail&aid=1202061&group_id=108675&atid=651197.
The original patch works for Win32 and SDL.
Logged In: YES
user_id=222344
You are right.
I hadn't read that patch before submitted mine.
My patch is redundant