5 Jun
2024
5 Jun
'24
3:25 p.m.
Rémi Bernon (@rbernon) commented about server/queue.c:
release_object( desktop ); } } + +DECL_HANDLER(set_keyboard_repeat) +{ + struct desktop *desktop; + + if (!(desktop = get_hardware_input_desktop( 0 ))) return;
This should probably instead be the desktop associated with the caller thread / process. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5741#note_72480