mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2024-11-27 11:54:44 +08:00
Fix padding of encoded scan-line for XOR mask of pointer.
This commit is contained in:
parent
48d9e0ac51
commit
31962b2fa6
@ -421,6 +421,7 @@ BOOL freerdp_image_copy_from_pointer_data(
|
||||
{
|
||||
UINT32 xorBytesPerPixel = xorBpp >> 3;
|
||||
xorStep = nWidth * xorBytesPerPixel;
|
||||
xorStep += (xorStep % 2);
|
||||
|
||||
if (xorBpp == 8 && !palette)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user