Specify to skip compression with remoteFx frames
This commit is contained in:
parent
e6891b7a78
commit
b01d64d386
@ -441,6 +441,7 @@ int shadow_client_send_surface_bits(rdpShadowClient* client, rdpShadowSurface* s
|
|||||||
cmd.bpp = 32;
|
cmd.bpp = 32;
|
||||||
cmd.width = surface->width;
|
cmd.width = surface->width;
|
||||||
cmd.height = surface->height;
|
cmd.height = surface->height;
|
||||||
|
cmd.skipCompression = TRUE;
|
||||||
|
|
||||||
if (numMessages > 0)
|
if (numMessages > 0)
|
||||||
messageRects = messages[0].rects;
|
messageRects = messages[0].rects;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user