server: Support variable sized hardware_msg_data allocation.
commit109de6087374459d7656ab45240d2e2edae64a45
authorRémi Bernon <rbernon@codeweavers.com>
Fri, 28 May 2021 14:12:20 +0000 (28 16:12 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 31 May 2021 10:30:49 +0000 (31 12:30 +0200)
tree73cd009070fc1b6962060c2592b5f0f67a6df4b8
parent1128a37e77bd02e43d0612e506a743508f8ecd4c
server: Support variable sized hardware_msg_data allocation.

The RIM_TYPEHID messages will have to carry the variable length HID
report.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50506
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
server/queue.c