Specify to skip compression with remoteFx frames

This commit is contained in:
David FORT 2015-05-22 11:12:41 +02:00
parent e6891b7a78
commit b01d64d386

View File

@ -441,6 +441,7 @@ int shadow_client_send_surface_bits(rdpShadowClient* client, rdpShadowSurface* s
cmd.bpp = 32;
cmd.width = surface->width;
cmd.height = surface->height;
cmd.skipCompression = TRUE;
if (numMessages > 0)
messageRects = messages[0].rects;