mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 13:38:05 +02:00
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).
This commit is contained in:
parent
e78734740e
commit
61a13715bb
1 changed files with 1 additions and 1 deletions
|
|
@ -572,7 +572,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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue