Fix compilation with FreeRDP master
context_size has been renamed to ContextSize, this patch fixes it
This commit is contained in:
committed by
Kristian Høgsberg
parent
c71cc99c0e
commit
fe107f368a
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user