Module: wine Branch: master Commit: bb5f0e122f453ecf422ddeb26d31ce1b9d55d152 URL: https://gitlab.winehq.org/wine/wine/-/commit/bb5f0e122f453ecf422ddeb26d31ce1...
Author: Rémi Bernon rbernon@codeweavers.com Date: Sun Jan 28 12:11:55 2024 +0100
win32u: Use a custom struct hid_input for NtUserSendHardwareInput.
---
dlls/hidclass.sys/device.c | 37 +++++++++++++++++----------------- dlls/hidclass.sys/pnp.c | 23 ++++++++------------- dlls/win32u/message.c | 45 ++++++++---------------------------------- include/ntuser.h | 18 ++++++++++++++++- include/wine/server_protocol.h | 11 +++-------- server/protocol.def | 9 ++------- server/queue.c | 2 +- 7 files changed, 57 insertions(+), 88 deletions(-)