-
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.