28 Apr
2023
28 Apr
'23
3:23 p.m.
Rémi Bernon (@rbernon) commented about dlls/winewayland.drv/dllmain.c:
if (WAYLANDDRV_UNIX_CALL(init, NULL)) return FALSE;
+ /* Read wayland events from a dedicated thread. */ + CreateThread(NULL, 0, wayland_read_events_thread, NULL, 0, &tid);
```suggestion:-0+0 CloseHandle(CreateThread(NULL, 0, wayland_read_events_thread, NULL, 0, &tid)); ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2712#note_31522