[Bug 49500] Wine is not displaying any windows

WineHQ Bugzilla wine-bugs at winehq.org
Fri Jul 3 02:32:58 CDT 2020


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

--- Comment #9 from Rafał Mużyło <galtgendo at 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.


More information about the wine-bugs mailing list