2 Nov
2023
2 Nov
'23
11:59 a.m.
Alexandros Frantzis (@afrantzis) commented about dlls/winewayland.drv/waylanddrv.h:
return NtUserMessageCall(hwnd, msg, wparam, lparam, NULL, NtUserSendMessage, FALSE); }
+static inline LRESULT send_message_timeout(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam,
I guess this helper is a leftover from the experimental branch commit, it's not needed in this MR. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4102#note_50609