7 Feb
2023
7 Feb
'23
10:05 a.m.
Rémi Bernon (@rbernon) commented about dlls/win32u/rawinput.c:
free( server_devices );
+ if (ret) + { + // Send WM_INPUT_DEVICE_CHANGE for existing devices when registering for notifications
Please use C-style comments. Also regarding style, please keep it consistent with the code around, ie: use spaces inside function and macros parentheses. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2120#note_23221