[PATCH v3 3/5] winex11.drv: Use generic EnumDisplayMonitors.

Zhiyi Zhang zzhang at codeweavers.com
Mon Jun 24 08:30:11 CDT 2019



On 6/24/19 8:15 PM, Alexandre Julliard wrote:
> Zhiyi Zhang <zzhang at codeweavers.com> writes:
>
>> Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
>> ---
>>  dlls/user32/driver.c              | 10 --------
>>  dlls/user32/sysparams.c           | 52 +++++++++++++++++++++++++++++++++++++++
>>  dlls/user32/user_private.h        |  2 ++
>>  dlls/winex11.drv/desktop.c        |  1 +
>>  dlls/winex11.drv/display.c        |  5 ++++
>>  dlls/winex11.drv/winex11.drv.spec |  1 -
>>  dlls/winex11.drv/x11drv.h         |  2 ++
>>  dlls/winex11.drv/xinerama.c       | 15 +----------
>>  8 files changed, 63 insertions(+), 25 deletions(-)
> This is still breaking tests:
>
> ../../../tools/runtest -q -P wine -T ../../.. -M services.exe -p services.exe_test.exe service && touch service.ok
> service.c:422: Test failed: service: GetMonitorInfo failed.
> service.c:422: Test failed: service: Unexpected monitor rcMonitor values: {2114549206,8780648,2031617,8780696}
> service.c:422: Test failed: service: Unexpected monitor rcWork values: {0,0,16,8780852}
> service.c:422: Test failed: service: Unexpected szDevice received: \È
> service.c:422: Test failed: service: Unexpected secondary monitor info.
> make: *** [Makefile:176: service.ok] Error 5
>
There seems to be a problem with upgrading from the old prefix, testing with a new prefix is good.
I will fix this, please ignore this patch series.



More information about the wine-devel mailing list