29 Jun
2024
29 Jun
'24
12:01 a.m.
mouse_unacquire() needs to be called on the same thread as mouse_acquire(), otherwise the cursor hidden by mouse_unacquire() will not be restored. Fixes an issue with [the cursor disappearing in the game IL-2: Cliffs of Dover Blitz Edition](https://github.com/ValveSoftware/Proton/issues/5007#issuecomment-2148093822). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5954