server: Take into account extra_size in get_rawinput_buffer.

This commit is contained in:
Aric Stewart 2022-11-17 11:44:52 -06:00 committed by Alexandre Julliard
parent 6d8241c80b
commit c937155ff6

View file

@ -3362,7 +3362,7 @@ DECL_HANDLER(get_rawinput_buffer)
free_message( msg );
size += next_size;
pos += sizeof(*data);
pos += sizeof(*data) + extra_size;
count++;
}