[Git][wine/wine][master] 5 commits: win32u/tests: Test that window properties are global atoms.
Alexandre Julliard pushed to branch master at wine / wine Commits: 201efabc by Rémi Bernon at 2025-06-27T13:35:49+02:00 win32u/tests: Test that window properties are global atoms. - - - - - 47b0574d by Rémi Bernon at 2025-06-27T13:35:49+02:00 user32: Implement GetClipboardFormatNameA with NtUserGetClipboardFormatName. - - - - - 6fe92116 by Rémi Bernon at 2025-06-27T13:35:49+02:00 win32u: Implement NtUserGetClipboardFormatName using NtUserGetAtomName. - - - - - ba8f99c7 by Rémi Bernon at 2025-06-27T13:35:49+02:00 server: Create and use a user atom table for class names. - - - - - d5dc6a23 by Rémi Bernon at 2025-06-27T13:35:49+02:00 server: Initialize global and user tables with some atoms. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49195 - - - - - 10 changed files: - dlls/shell32/tests/shlfolder.c - dlls/user32/clipboard.c - dlls/user32/tests/clipboard.c - dlls/win32u/clipboard.c - dlls/win32u/tests/win32u.c - server/atom.c - server/class.c - server/directory.c - server/object.h - server/window.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2251f1e8af30bca61a7a4ddb3ef842... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2251f1e8af30bca61a7a4ddb3ef842... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)