mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 07:37:02 +00:00
xinput1_3: Set thread name for hid_update_thread_proc.
This commit is contained in:
parent
4277b47f3e
commit
480da372b2
1 changed files with 2 additions and 0 deletions
|
@ -707,6 +707,8 @@ static DWORD WINAPI hid_update_thread_proc(void *param)
|
||||||
HWND hwnd;
|
HWND hwnd;
|
||||||
MSG msg;
|
MSG msg;
|
||||||
|
|
||||||
|
SetThreadDescription(GetCurrentThread(), L"wine_xinput_hid_update");
|
||||||
|
|
||||||
RegisterClassExW(&cls);
|
RegisterClassExW(&cls);
|
||||||
hwnd = CreateWindowExW(0, cls.lpszClassName, NULL, 0, 0, 0, 0, 0,
|
hwnd = CreateWindowExW(0, cls.lpszClassName, NULL, 0, 0, 0, 0, 0,
|
||||||
HWND_MESSAGE, NULL, NULL, NULL);
|
HWND_MESSAGE, NULL, NULL, NULL);
|
||||||
|
|
Loading…
Reference in a new issue