[Bug 10841] Wine does not restore display resolution when it's looses focus

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Apr 20 23:29:36 CDT 2008


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





--- Comment #25 from Dmitry Timoshkov <dmitry at codeweavers.com>  2008-04-20 23:29:36 ---
Probably calling ChangeDisplaySettingsExW(NULL, NULL, NULL, 0, NULL);
on DLL_PROCESS_DETACH in user32 would do the trick, but it's not clear
if that's the right thing to do, especially if an exiting process is not
the one who has changed the resolution, or the resolution has been changed
on behalf of other process.


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