winemac: Add an option to capture the displays for full-screen windows in addition to display mo

System Internals / WINE - Ken Thomases [codeweavers.com] - 7 June 2013 04:57 UTC

Under HKCU\Software\Wine\Mac Driver, set string value CaptureDisplaysForFullscreen to "y" to enable the new behavior.

220b8b7 winemac: Add an option to capture the displays for full-screen windows in addition to display mode changes.
dlls/winemac.drv/cocoa_app.h | 2 ++
dlls/winemac.drv/cocoa_app.m | 58 ++++++++++++++++++++++++++++----
dlls/winemac.drv/cocoa_window.h | 3 ++
dlls/winemac.drv/cocoa_window.m | 69 +++++++++++++++++++++++++++++++--------
dlls/winemac.drv/macdrv_cocoa.h | 1 +
dlls/winemac.drv/macdrv_main.c | 7 ++++
6 files changed, 120 insertions(+), 20 deletions(-)

Upstream: source.winehq.org


  • Share