[Git][wine/wine][master] 5 commits: user32: Use init_class_name(_ansi) in FindWindowEx(A|W).
Alexandre Julliard pushed to branch master at wine / wine Commits: c97808eb by Rémi Bernon at 2025-08-20T22:00:41+02:00 user32: Use init_class_name(_ansi) in FindWindowEx(A|W). - - - - - 5d804f09 by Rémi Bernon at 2025-08-20T22:00:41+02:00 win32u: Drop unnecessary NtUserCreateWindowEx version strings. - - - - - a0ae2f86 by Rémi Bernon at 2025-08-20T22:00:41+02:00 win32u: Add a helper to add atom / strings to server requests. - - - - - 79a84198 by Rémi Bernon at 2025-08-20T22:00:41+02:00 server: Simplify create_class atom validation check. - - - - - adce428b by Rémi Bernon at 2025-08-20T22:00:41+02:00 server: Unify reading class atom / name from requests. - - - - - 13 changed files: - dlls/user32/class.c - dlls/user32/user_private.h - dlls/user32/win.c - dlls/win32u/class.c - dlls/win32u/imm.c - dlls/win32u/menu.c - dlls/win32u/ntuser_private.h - dlls/win32u/vulkan.c - dlls/win32u/window.c - server/atom.c - server/class.c - server/object.h - server/window.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5ff335d763398769b52cd148ede23e... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5ff335d763398769b52cd148ede23e... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)