https://bugs.freedesktop.org/show_bug.cgi?id=94520
Bug ID: 94520
Summary: lastest freerdp changes rfx/nsc_context_reset
Product: Wayland
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: weston
Assignee: [email protected]
Reporter: [email protected]
lastest freerdp changes
rfx/nsc_context_reset(NSC_CONTEXT* context);
to
rfx/nsc_context_reset(NSC_CONTEXT* context, UINT32 width, UINT32 height);
compositor-rdp.c needs update with this.
following patch makes it compile but I'm not sure this is logical correct.
diff --git a/src/compositor-rdp.c b/src/compositor-rdp.c
index e603b76..9edbdfc 100644
--- a/src/compositor-rdp.c
+++ b/src/compositor-rdp.c
@@ -867,9 +867,9 @@ xf_peer_activate(freerdp_peer* client)
}
}
- rfx_context_reset(peerCtx->rfx_context);
+
rfx_context_reset(peerCtx->rfx_context,settings->DesktopWidth,settings->DesktopHeight);
#ifdef HAVE_NSC_RESET
- nsc_context_reset(peerCtx->nsc_context);
+
nsc_context_reset(peerCtx->nsc_context,settings->DesktopWidth,settings->DesktopHeight);
#endif
if (peersItem->flags & RDP_PEER_ACTIVATED)
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs