Alexandre Julliard pushed to branch master at wine / wine
Commits:
a058bd71 by Zhiyi Zhang at 2025-01-13T09:48:51+01:00
winex11.drv: Fix display name in X11DRV_UpdateDisplayDevices().
For example, when GPU 1 has adapter 1 and GPU 2 has adapter 2, without this fix, the `adapter`
variable in the for loop is always zero when forming GDI display names \\.\DISPLAY* because these
two adapters are on different GPUs. Thus "\\.\DISPLAY1" is incorrectly passed to xrandr14_get_id()
for the second adapter and eventually gets the wrong current display mode for the second adapter.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57610
- - - - -
1 changed file:
- dlls/winex11.drv/display.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/a058bd714f4a70f2b3df6527096126…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/a058bd714f4a70f2b3df6527096126…
You're receiving this email because of your account on gitlab.winehq.org.
Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
5ab7824f by Alistair Leslie-Hughes at 2025-01-11T14:10:37+11:00
Updated vkd3d-latest patchset
- - - - -
f6f66d11 by Alistair Leslie-Hughes at 2025-01-11T14:46:12+11:00
Release v10.0-rc5
- - - - -
6 changed files:
- patches/vkd3d-latest/0001-Updated-vkd3d-to-a68fd1b0ded735580b0ec9025f75fe02d62.patch
- patches/vkd3d-latest/0002-Updated-vkd3d-to-d164752efc2dffc06d1e3ad9dd04cafff31.patch
- patches/vkd3d-latest/0003-Updated-vkd3d-to-b60995b106724581ed33d3ea327e7dd662f.patch
- + patches/vkd3d-latest/0004-Updated-vkd3d-to-4227858cfee7d4c1a0bf0ff9f59e45fca61.patch
- staging/VERSION
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/c263c6fabba8f952b71bf…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/c263c6fabba8f952b71bf…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d33b5a33 by Alexandre Julliard at 2025-01-10T20:50:09+01:00
winhttp/tests: Allow some more notifications for the new test.winehq.org server.
- - - - -
47d0fe39 by Alexandre Julliard at 2025-01-10T20:50:09+01:00
ieframe/tests: Allow more property changes with the new test.winehq.org server.
- - - - -
e89c25ec by Alexandre Julliard at 2025-01-10T22:07:53+01:00
win32u: Fix stack corruption in NtUserScrollDC.
Introduced in 5204622efa684219936486cfca8bffdbc7d5b006.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57077
- - - - -
f6bf4993 by Alexandre Julliard at 2025-01-10T22:20:05+01:00
Release 10.0-rc5.
- - - - -
6 changed files:
- ANNOUNCE.md
- VERSION
- configure
- dlls/ieframe/tests/webbrowser.c
- dlls/win32u/painting.c
- dlls/winhttp/tests/notification.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/eaaba4aaa8de684341e7df88734fb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/eaaba4aaa8de684341e7df88734fb…
You're receiving this email because of your account on gitlab.winehq.org.