14 May
2025
14 May
'25
10:05 a.m.
Jacek Caban (@jacek) commented about dlls/win32u/ntuser_private.h:
return win_set_flags( hwnd, 0, 0 ); }
-WND *get_win_ptr( HWND hwnd ); +WND *get_win_ptr( HWND hwnd, UINT tid );
That does not look like an improvement to me. Could we just use `is_current_thread_window` in `NtUserAssociateInputContext`? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8038#note_103298