Alexandre Julliard pushed to branch master at wine / wine
Commits:
fe85e339 by Alex Henrie at 2025-07-02T21:37:40+02:00
ntdll: Don't skip synchronous read when serial read timeout is infinite.
If get_io_timeouts sets the interval timeout to 0, it means that the
read should return immediately even if there is no data. If
get_io_timeouts sets the interval timeout to -1, it means that the read
operation should wait indefinitely for the next byte. In either case,
the interval timer is not used, so there's no need to worry about
forgetting to start it, and the delay in returning data was causing a
problem in Ti99Hdx.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=42882
- - - - -
1 changed file:
- dlls/ntdll/unix/file.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/fe85e339689c8a140ee9ad36976740…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/fe85e339689c8a140ee9ad36976740…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e4fd3286 by Jacek Caban at 2025-07-01T21:47:39+02:00
d3dcompiler: Don't assume that enum is unsigned in d3dcompiler_get_blob_part.
Fixes D3D_BLOB_PART validation tests on Clang in MSVC mode.
- - - - -
b5f7d9a2 by Jacek Caban at 2025-07-01T21:47:39+02:00
d3dcompiler: Handle all D3D_BLOB_PART values in d3dcompiler_get_blob_part validation.
- - - - -
1 changed file:
- dlls/d3dcompiler_43/blob.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6a9df1f4c5a8448f426ba3454faf2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6a9df1f4c5a8448f426ba3454faf2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6a9df1f4 by Alexandros Frantzis at 2025-07-01T21:47:39+02:00
winewayland: Use system cursor shapes when possible.
Use the cursor-shapes-v1 protocol to tell the compositor which system
cursor shape to use. If a shape match is not found (or cursor-shapes-v1
is not available) we fall back to setting the cursor buffer from the
Windows cursor data as before.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57648
- - - - -
5 changed files:
- dlls/winewayland.drv/Makefile.in
- + dlls/winewayland.drv/cursor-shape-v1.xml
- dlls/winewayland.drv/wayland.c
- dlls/winewayland.drv/wayland_pointer.c
- dlls/winewayland.drv/waylanddrv.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/6a9df1f4c5a8448f426ba3454faf25…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/6a9df1f4c5a8448f426ba3454faf25…
You're receiving this email because of your account on gitlab.winehq.org.