28 May
2024
28 May
'24
9:19 p.m.
Rémi Bernon (@rbernon) commented about server/queue.c:
struct message *msg; struct thread *foreground; unsigned char vkey = input->kbd.vkey; - hw_input_t hook_input = *input; + unsigned char hook_vkey = vkey;
```suggestion:-1+0 unsigned char vkey = input->kbd.vkey, hook_vkey = vkey; ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5702#note_71114