[Git][wine/wine][master] 5 commits: server: Create a shared object for window classes.
Alexandre Julliard pushed to branch master at wine / wine Commits: 4c37de55 by Rémi Bernon at 2025-09-15T18:04:38+02:00 server: Create a shared object for window classes. - - - - - d145d9a4 by Rémi Bernon at 2025-09-15T18:06:50+02:00 server: Write class name to the shared memory object. - - - - - ec4fc1a4 by Rémi Bernon at 2025-09-15T18:06:53+02:00 win32u: Use NtUserGetClass(Long|Name)W in needs_ime_window. - - - - - cfa95674 by Rémi Bernon at 2025-09-15T18:06:53+02:00 server: Keep a class object locator in the window shared object. - - - - - 07afa012 by Rémi Bernon at 2025-09-15T18:06:53+02:00 win32u: Read class name from the shared memory object. - - - - - 12 changed files: - dlls/win32u/class.c - dlls/win32u/imm.c - dlls/win32u/ntuser_private.h - dlls/win32u/window.c - include/wine/server_protocol.h - server/atom.c - server/class.c - server/protocol.def - server/request_handlers.h - server/request_trace.h - server/user.h - server/window.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d6f911a26e8720ff5031a67b624b27... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d6f911a26e8720ff5031a67b624b27... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)