Migrate to 0.6.0 libguac API.
[libguac-client-rdp.git] / src / client.c
index 8f3c51c..4e2a98c 100644 (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;