[Git][wine/wine][master] 6 commits: win32u: Implement the remaining arguments of NtUserBuildHwndList().
Alexandre Julliard pushed to branch master at wine / wine Commits: b2d118d4 by Alexandre Julliard at 2024-11-21T20:18:51+01:00 win32u: Implement the remaining arguments of NtUserBuildHwndList(). - - - - - 7d5a43b6 by Alexandre Julliard at 2024-11-21T20:18:51+01:00 user32: Reimplement the enum window functions using NtUserBuildHwndList(). - - - - - dcea4d2f by Alexandre Julliard at 2024-11-21T20:18:51+01:00 user32: Reimplement GetDlgItem() using NtUserBuildHwndList(). - - - - - 349c7fa3 by Alexandre Julliard at 2024-11-21T20:18:51+01:00 user32: Reimplement WIN_ListChildren() using NtUserBuildHwndList(). - - - - - bd17d1cc by Alexandre Julliard at 2024-11-21T20:18:51+01:00 user32: Move GetLastActivePopup() implementation to win32u. - - - - - e3327741 by Alexandre Julliard at 2024-11-21T20:18:51+01:00 user32: Move GetLastInputInfo() implementation to win32u. - - - - - 18 changed files: - dlls/user32/dialog.c - dlls/user32/input.c - dlls/user32/win.c - dlls/win32u/input.c - dlls/win32u/main.c - dlls/win32u/sysparams.c - dlls/win32u/tests/win32u.c - dlls/win32u/win32u_private.h - dlls/win32u/window.c - dlls/wow64win/user.c - include/ntuser.h - include/wine/server_protocol.h - 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/c33fdc27650045a754a05a8f25e250... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c33fdc27650045a754a05a8f25e250... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)