Advertisement
Guest User

Untitled

a guest
Dec 5th, 2013
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. --- src/compositor-rdp.c 2013-11-29 18:43:07.474004313 +0100
  2. +++ src/compositor-rdp.c 2013-11-29 20:22:22.986029142 +0100
  3. @@ -574,7 +575,7 @@
  4. context->item.peer = client;
  5. context->item.flags = RDP_PEER_OUTPUT_ENABLED;
  6.  
  7. - context->rfx_context = rfx_context_new();
  8. + context->rfx_context = rfx_context_new(TRUE);
  9. context->rfx_context->mode = RLGR3;
  10. context->rfx_context->width = client->settings->DesktopWidth;
  11. context->rfx_context->height = client->settings->DesktopHeight;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement