[Git][wine/wine][master] 5 commits: imm32: Get the default IMC from the win32u thread state.
Alexandre Julliard pushed to branch master at wine / wine Commits: 80614331 by Alexandre Julliard at 2026-05-21T22:27:31+02:00 imm32: Get the default IMC from the win32u thread state. - - - - - ec16d39b by Alexandre Julliard at 2026-05-21T22:27:31+02:00 win32u: Move the default IMC to the internal thread info. - - - - - 67898adb by Alexandre Julliard at 2026-05-21T22:27:31+02:00 win32u: Use a private counter for winproc user callbacks recursion. - - - - - c9e4e015 by Alexandre Julliard at 2026-05-21T22:27:32+02:00 win32u: Use pthread instead of the TEB to access internal per-thread data. - - - - - 3b464255 by Alexandre Julliard at 2026-05-21T22:27:32+02:00 win32u: Avoid using NtUserGetThreadInfo() on the Unix side. - - - - - 8 changed files: - dlls/imm32/imm.c - dlls/win32u/imm.c - dlls/win32u/input.c - dlls/win32u/message.c - dlls/win32u/ntuser_private.h - dlls/win32u/syscall.c - dlls/win32u/sysparams.c - include/ntuser.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2368dfa82f4334619f1b9a5aeb659a... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2368dfa82f4334619f1b9a5aeb659a... 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)