Migrate to 0.6.0 libguac API.
This commit is contained in:
parent
64b65baee6
commit
f0bf432541
@ -171,7 +171,7 @@ boolean rdp_freerdp_post_connect(freerdp* instance) {
|
|||||||
client->key_handler = rdp_guac_client_key_handler;
|
client->key_handler = rdp_guac_client_key_handler;
|
||||||
|
|
||||||
/* Send size */
|
/* Send size */
|
||||||
guac_protocol_send_size(client->socket,
|
guac_protocol_send_size(client->socket, GUAC_DEFAULT_LAYER,
|
||||||
instance->settings->width, instance->settings->height);
|
instance->settings->width, instance->settings->height);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user