[Git][wine/wine][master] 5 commits: user32/tests: Add tests for RealGetWindowClass.
Alexandre Julliard pushed to branch master at wine / wine Commits: 148140b0 by Connor McAdams at 2026-05-28T21:32:51+02:00 user32/tests: Add tests for RealGetWindowClass. - - - - - d50794f4 by Connor McAdams at 2026-05-28T21:32:51+02:00 comctl32/tests: Add tests for RealGetWindowClass. - - - - - 560c6823 by Connor McAdams at 2026-05-28T21:32:51+02:00 win32u/tests: Add a test for real window class name retrieval. - - - - - 84094217 by Connor McAdams at 2026-05-28T21:32:51+02:00 user32: Pass real argument to NtUserGetClassName in RealGetWindowClass{A/W}. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - 2568ee2c by Rémi Bernon at 2026-05-28T21:33:44+02:00 win32u: Implement real class names using builtin class FNID. - - - - - 13 changed files: - dlls/comctl32/tests/misc.c - dlls/user32/class.c - dlls/user32/static.c - dlls/user32/tests/class.c - dlls/win32u/class.c - dlls/win32u/tests/win32u.c - dlls/win32u/win32u_private.h - dlls/win32u/window.c - include/wine/server_protocol.h - server/protocol.def - server/request_handlers.h - server/request_trace.h - server/window.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0484c13b472a72a01c58eeec7d3a87... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0484c13b472a72a01c58eeec7d3a87... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)