https://bugs.winehq.org/show_bug.cgi?id=49774
--- Comment #4 from Gcenx gcenx83@gmail.com --- (In reply to Fabian Maurer from comment #3)
Can you make a regression test to find out what broke it?
I'd already provided the Regression SHA1 its within the field however here is a freshly ran regression test;
Deans-MacBook-Pro:wine-mirror gcenx$ git bisect bad 792521f33b2786cb100cb202dcb4181a579ef3b3 is the first bad commit commit 792521f33b2786cb100cb202dcb4181a579ef3b3 Author: Zhiyi Zhang zzhang@codeweavers.com Date: Thu Aug 29 16:11:42 2019 -0500
winemac.drv: Use generic EnumDisplayMonitors and GetMonitorInfo.
Signed-off-by: Zhiyi Zhang zzhang@codeweavers.com Signed-off-by: Ken Thomases ken@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/winemac.drv/cocoa_display.m | 2 + dlls/winemac.drv/display.c | 154 +++++--------------------------------- dlls/winemac.drv/macdrv_cocoa.h | 4 + dlls/winemac.drv/winemac.drv.spec | 2 - 4 files changed, 26 insertions(+), 136 deletions(-)