Migrate to 0.6.0 libguac API.

This commit is contained in:
Michael Jumper 2012-02-11 19:10:56 -08:00
parent 64b65baee6
commit f0bf432541

View File

@ -171,7 +171,7 @@ boolean rdp_freerdp_post_connect(freerdp* instance) {
client->key_handler = rdp_guac_client_key_handler;
/* Send size */
guac_protocol_send_size(client->socket,
guac_protocol_send_size(client->socket, GUAC_DEFAULT_LAYER,
instance->settings->width, instance->settings->height);
return true;