mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 09:58:14 +02:00
Fix compilation with FreeRDP master
context_size has been renamed to ContextSize, this patch fixes it
This commit is contained in:
parent
c71cc99c0e
commit
fe107f368a
1 changed files with 1 additions and 1 deletions
|
|
@ -915,7 +915,7 @@ rdp_peer_init(freerdp_peer *client, struct rdp_compositor *c)
|
|||
RdpPeerContext *peerCtx;
|
||||
char seat_name[32];
|
||||
|
||||
client->context_size = sizeof(RdpPeerContext);
|
||||
client->ContextSize = sizeof(RdpPeerContext);
|
||||
client->ContextNew = (psPeerContextNew)rdp_peer_context_new;
|
||||
client->ContextFree = (psPeerContextFree)rdp_peer_context_free;
|
||||
freerdp_peer_context_new(client);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue