3 Jul
2020
3 Jul
'20
7:32 a.m.
https://bugs.winehq.org/show_bug.cgi?id=49500 --- Comment #9 from Rafał Mużyło <galtgendo(a)o2.pl> --- ...taking a stab in the dark: in dlls/winex11.drv/xrandr.c in get_primary_rect after fallback label above the loop that iterates crtcs, something like this *might* work: if (!resources->ncrtc) { SetRect( &primary_rect, 0, 0, DisplayWidth (gdi_display, DefaultScreen( gdi_display )), DisplayHeight (gdi_display, DefaultScreen( gdi_display )) ); return primary_rect; } -- 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.