31 May
2024
31 May
'24
12:29 p.m.
Rémi Bernon (@rbernon) commented about server/queue.c:
} }
+ if (unicode && !vkey) vkey = hook_vkey = VK_PACKET; +
Nit: could this fit in the vkey fixup switch above, like this? ``` case 0: if (unicode) vkey = hook_vkey = VK_PACKET; break; ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5754#note_71914