[Bug 27779] Desktop mouse pointer always visible in Steam games

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Sep 10 16:11:33 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=27779

--- Comment #68 from Joel "iLag" Hammond <ilagdoesntcheckthisemail at gmail.com> 2011-09-10 16:11:31 CDT ---
With WINEDEBUG="-all,trace+cursor", I discovered that the following line was
constantly being called by Steam.exe, (albeit with a different end number each
time I started up Steam):
trace:cursor:SetCursor 0x2002a
This occurs regardless of virtual desktop and fullscreen autocapture settings. 
However, when virtual desktop is on and fullscreen autocapture is off,
SetCursor appears to ignore calls made to it by Steam.exe, at least when a
fullscreen game is open on the same virtual desktop.  If someone can figure out
why this is, then progress can be made on fixing this bug.

A possible hack solution would be to check if the window of the process which
calls SetCursor has focus, and if not, return.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list