Zebediah Figura : win32u: Move NtUserGetRawInputBuffer from user32.
Module: wine Branch: master Commit: 591fd06b6c8e3266d9ed534408c931261a0f6099 URL: https://source.winehq.org/git/wine.git/?a=commit;h=591fd06b6c8e3266d9ed53440... Author: Zebediah Figura <zfigura(a)codeweavers.com> Date: Sun May 15 15:35:14 2022 -0500 win32u: Move NtUserGetRawInputBuffer from user32. --- dlls/user32/rawinput.c | 111 -------------------- dlls/user32/user32.spec | 2 +- dlls/user32/user_private.h | 4 - dlls/win32u/gdiobj.c | 1 + dlls/win32u/ntuser_private.h | 4 + dlls/win32u/rawinput.c | 245 +++++++++++++++++++++++++++++++++++++++++++ dlls/win32u/win32u.spec | 2 +- dlls/win32u/win32u_private.h | 1 + dlls/win32u/wrappers.c | 6 ++ include/ntuser.h | 1 + 10 files changed, 260 insertions(+), 117 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=591fd06b6c8e3266d9ed5...
participants (1)
-
Alexandre Julliard