From: Hardening Date: Fri, 16 Aug 2013 22:30:31 +0000 (+0200) Subject: set RDP output enabled by default (stable 1.2) X-Git-Tag: 1.2.91~105 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58bcc362a77e41973227cb0543d5e75cdb5570c8;p=platform%2Fupstream%2Fweston.git set RDP output enabled by default (stable 1.2) This patch fixes a bug found by Marek Romanowic: the RDP peer output must be enabled by default, or we have to unfocus/focus the RDP client window to have disable/enable output messages sent (and finally receive updates). --- diff --git a/src/compositor-rdp.c b/src/compositor-rdp.c index 191d673..4d369cc 100644 --- a/src/compositor-rdp.c +++ b/src/compositor-rdp.c @@ -571,7 +571,7 @@ static void rdp_peer_context_new(freerdp_peer* client, RdpPeerContext* context) { context->item.peer = client; - context->item.flags = 0; + context->item.flags = RDP_PEER_OUTPUT_ENABLED; context->rfx_context = rfx_context_new(); context->rfx_context->mode = RLGR3;