Alexandre Julliard pushed to branch master at wine / wine
Commits: d2fa1bb0 by Rémi Bernon at 2025-06-10T22:44:18+02:00 server: Fix shared object offset when additional blocks are allocated.
The shared object offset is an absolute offset from the start of the session shared memory file, as it is used to identify the corresponding mmapped block on the client side.
- - - - - 24d61756 by Rémi Bernon at 2025-06-10T22:44:18+02:00 win32u: Remove unnecessary shared object lock reset.
- - - - - 8c373ecf by Rémi Bernon at 2025-06-10T22:44:18+02:00 server: Allocate shared memory objects for windows.
- - - - - ad39602c by Rémi Bernon at 2025-06-10T22:44:18+02:00 server: Move window dpi_context to the shared memory.
- - - - - 8e3894e2 by Rémi Bernon at 2025-06-10T22:44:18+02:00 win32u: Pass id and offset separately to find_shared_session_object.
- - - - - 2800e7d5 by Rémi Bernon at 2025-06-10T22:44:18+02:00 win32u: Read window dpi_context from the shared memory.
- - - - -
14 changed files:
- dlls/win32u/ntuser_private.h - dlls/win32u/win32u_private.h - dlls/win32u/window.c - dlls/win32u/winstation.c - include/ntuser.h - include/wine/server_protocol.h - server/hook.c - server/mapping.c - server/protocol.def - server/request_handlers.h - server/request_trace.h - server/user.c - server/user.h - server/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/db2227c43919bb1df932ac06a857bf...