[Git][wine/wine][master] 6 commits: win32u: Implement NtUserQueryWindow().
Alexandre Julliard pushed to branch master at wine / wine Commits: e71055c2 by Alexandre Julliard at 2024-11-20T21:43:24+01:00 win32u: Implement NtUserQueryWindow(). - - - - - f532b9f7 by Alexandre Julliard at 2024-11-20T21:43:24+01:00 server: Use an explicit struct instead of a typedef for generic access mappings. - - - - - ccb73642 by Alexandre Julliard at 2024-11-20T21:43:24+01:00 server: Use an explicit struct instead of a typedef for process startup info. - - - - - e24ba584 by Alexandre Julliard at 2024-11-20T21:43:24+01:00 server: Use an explicit struct instead of a typedef for PE image info. - - - - - f35a3415 by Alexandre Julliard at 2024-11-20T21:43:24+01:00 server: Use an explicit struct instead of a typedef for window property data. - - - - - 7b6690f4 by Alexandre Julliard at 2024-11-20T21:43:24+01:00 server: Use an explicit struct instead of a typedef for cursor positions. - - - - - 30 changed files: - dlls/imm32/imm.c - dlls/ntdll/unix/env.c - dlls/ntdll/unix/loader.c - dlls/ntdll/unix/process.c - dlls/ntdll/unix/unix_private.h - dlls/ntdll/unix/virtual.c - dlls/user32/defwnd.c - dlls/user32/message.c - dlls/win32u/input.c - dlls/win32u/main.c - dlls/win32u/tests/Makefile.in - dlls/win32u/tests/win32u.c - dlls/win32u/win32syscalls.h - dlls/win32u/win32u.spec - dlls/win32u/window.c - dlls/wow64win/user.c - include/ntuser.h - include/wine/server_protocol.h - server/debugger.c - server/file.h - server/mapping.c - server/object.h - server/process.c - server/process.h - server/protocol.def - server/queue.c - server/request_handlers.h - server/request_trace.h - server/token.c - server/trace.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/72f11610cafb018fde8c56e05003c2... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/72f11610cafb018fde8c56e05003c2... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)