Zebediah Figura : win32u: Move raw input device list management from user32.

Alexandre Julliard julliard at winehq.org
Thu Jun 30 16:33:11 CDT 2022


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

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Sun May 15 18:25:56 2022 -0500

win32u: Move raw input device list management from user32.

---

 dlls/user32/rawinput.c       | 433 +-----------------------------------------
 dlls/user32/user32.spec      |   4 +-
 dlls/user32/user_main.c      |   2 -
 dlls/user32/user_private.h   |   6 -
 dlls/win32u/message.c        |   5 +-
 dlls/win32u/ntuser_private.h |   2 -
 dlls/win32u/rawinput.c       | 434 ++++++++++++++++++++++++++++++++++++++++++-
 dlls/win32u/syscall.c        |   2 +
 dlls/win32u/win32u.spec      |   4 +-
 dlls/win32u/win32u_private.h |   1 +
 dlls/wow64win/syscall.h      |   2 +
 dlls/wow64win/user.c         |  55 ++++++
 include/ntuser.h             |   2 +
 13 files changed, 503 insertions(+), 449 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=0a930890192726e64bc6207c0d04f44e4c849b7d



More information about the wine-cvs mailing list