Alexandre Julliard pushed to branch master at wine / wine
Commits: 8a7ea75b by Alexandre Julliard at 2024-11-22T13:44:43+01:00 server: Add a new request to find sibling windows by class name.
Use it to reimplement NtUserFindWindowEx().
- - - - - 909ce74e by Alexandre Julliard at 2024-11-22T13:52:32+01:00 win32u: Reimplement list_window_children() using NtUserBuildHwndList().
- - - - - 1cb84501 by Alexandre Julliard at 2024-11-22T15:11:58+01:00 server: Use an explicit union instead of a typedef for TCP connections.
- - - - - 9f6d5442 by Alexandre Julliard at 2024-11-22T15:12:57+01:00 server: Use an explicit union instead of a typedef for UDP endpoints.
- - - - - 99d68837 by Alexandre Julliard at 2024-11-22T15:13:28+01:00 server: Use an explicit struct instead of a typedef for object locators.
- - - - - 51140ad9 by Alexandre Julliard at 2024-11-22T15:14:39+01:00 server: Use an explicit struct instead of a typedef for register contexts.
- - - - - ab28cf3b by Alexandre Julliard at 2024-11-22T15:22:15+01:00 server: Use an explicit struct instead of a typedef for rectangles.
- - - - -
30 changed files:
- dlls/nsiproxy.sys/tcp.c - dlls/nsiproxy.sys/udp.c - dlls/ntdll/unix/server.c - dlls/ntdll/unix/thread.c - dlls/ntdll/unix/unix_private.h - dlls/win32u/dce.c - dlls/win32u/defwnd.c - dlls/win32u/input.c - dlls/win32u/message.c - dlls/win32u/win32u_private.h - dlls/win32u/window.c - dlls/win32u/winstation.c - include/wine/server.h - include/wine/server_protocol.h - server/file.h - server/mach.c - server/mapping.c - server/procfs.c - server/protocol.def - server/ptrace.c - server/queue.c - server/region.c - server/request_handlers.h - server/request_trace.h - server/sock.c - server/thread.c - server/thread.h - server/trace.c - server/user.h - server/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/157105cb6d306f9794f0f3ebaa55d9...