http://bugs.winehq.org/show_bug.cgi?id=22162
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #1 from Wylda wylda@volny.cz 2010-04-01 17:24:30 ---
Confirming, mouse cursor is hidden. Mouse is working, but because of following commit you don't see the arrow. Caused by:
commit c83ea46e1aaf8f8ca130cfe70435daf388b57daf Author: Alexandre Julliard julliard@winehq.org Date: Fri Mar 19 11:31:26 2010 +0100
user32: Return fake global information in GetCursorInfo instead of thread-local values.
Still a problem in wine-1.1.41-434-gfbaaedd, but can't be successfully reverted on top of wine-1.1.41-434-gfbaaedd, because of:
input.c:211: error: ‘struct user_thread_info’ has no member named ‘cursor_count’
--private keyword: bisected