Fixed RDPEI orientation value passing (#7069)

This commit is contained in:
akallabeth 2021-06-01 16:15:41 +02:00 committed by GitHub
parent 7f5f91766a
commit 31fb2ddc1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1146,7 +1146,7 @@ static UINT rdpei_touch_process(RdpeiClientContext* context, INT32 externalId, U
contactIdlocal, p);
p = 359;
}
contact.orientation = va_arg(ap, UINT32);
contact.orientation = p;
}
if (fieldFlags & CONTACT_DATA_PRESSURE_PRESENT)
{