Zhiyi Zhang : winex11.drv: Support XRandR display device handler.

Alexandre Julliard julliard at winehq.org
Mon Sep 23 15:22:34 CDT 2019


Module: wine
Branch: master
Commit: be54adcffc249a44cb52c24320a7ad3db758ba54
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=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(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=be54adcffc249a44cb52c24320a7ad3db758ba54



More information about the wine-cvs mailing list