Zebediah Figura : win32u: Move NtUserGetRawInputBuffer from user32.

Alexandre Julliard julliard at winehq.org
Fri Jun 17 14:52:05 CDT 2022


Module: wine
Branch: master
Commit: 591fd06b6c8e3266d9ed534408c931261a0f6099
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=591fd06b6c8e3266d9ed534408c931261a0f6099

Author: Zebediah Figura <zfigura at 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=591fd06b6c8e3266d9ed534408c931261a0f6099



More information about the wine-cvs mailing list