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.