[Bug 45917] battle.net launcher and mouse position on high DPI monitor

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Dec 29 16:12:45 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=45917

--- Comment #3 from Kimball <kdt3rd at gmail.com> ---
So I have traced it somewhat more. It's definitely an issue with the fact that
battle.net seems to set the process DPI awareness via
SetProcessDpiAwarenessInternal / SetProcessDpiAwarenessContext /
SetProcessDPIAware, setting it to "unaware" level awareness.

This can be easily replicated by changing something such as regedit to call
SetProcessDpiAwarenessContext( DPI_AWARENESS_CONTEXT_UNAWARE ) at the start of
winmain.

-- 
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