[Bug 47968] wine does not work when built with libxinerama on debian testing (bullseye)

WineHQ Bugzilla wine-bugs at winehq.org
Sat Nov 2 11:27:15 CDT 2019


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

--- Comment #24 from msuhoruki at gmail.com ---
Result of git bisect between wine-4.16 and wine-4.17:

user at debian:/dev/shm/wine-git$ git bisect bad
be54adcffc249a44cb52c24320a7ad3db758ba54 is the first bad commit
commit be54adcffc249a44cb52c24320a7ad3db758ba54
Author: Zhiyi Zhang <zzhang at codeweavers.com>
Date:   Fri Sep 20 16:55:22 2019 +0800

    winex11.drv: Support XRandR display device handler.

    XRandR supports multiple GPUs and runtime device change
    compared to Xinerama.

    Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
    Signed-off-by: Huw Davies <huw at codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>

 configure                   |  20 ++
 configure.ac                |   7 +-
 dlls/winex11.drv/x11drv.h   |   1 +
 dlls/winex11.drv/xinerama.c |   2 +-
 dlls/winex11.drv/xrandr.c   | 488 ++++++++++++++++++++++++++++++++++++++++++++
 include/config.h.in         |   3 +
 6 files changed, 519 insertions(+), 2 deletions(-)

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