Zebediah Figura : win32u: Move process_rawinput_message() from user32.
Module: wine Branch: master Commit: e2d3fc7c07d19207ee8a81f92dfdcad0d09387bb URL: https://source.winehq.org/git/wine.git/?a=commit;h=e2d3fc7c07d19207ee8a81f92... Author: Zebediah Figura <zfigura(a)codeweavers.com> Date: Sun May 15 15:56:29 2022 -0500 win32u: Move process_rawinput_message() from user32. --- dlls/user32/message.c | 19 ------- dlls/user32/rawinput.c | 120 +------------------------------------------ dlls/user32/sysparams.c | 2 +- dlls/user32/user_main.c | 2 +- dlls/user32/user_private.h | 3 +- dlls/user32/win.h | 1 - dlls/win32u/message.c | 2 +- dlls/win32u/ntuser_private.h | 2 +- dlls/win32u/rawinput.c | 23 +++++++++ dlls/win32u/win32u_private.h | 4 ++ 10 files changed, 33 insertions(+), 145 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e2d3fc7c07d19207ee8a8...
participants (1)
-
Alexandre Julliard