Migrate to 0.6.0 libguac API.

This commit is contained in:
Michael Jumper 2012-02-11 19:12:40 -08:00
parent 2ea9718167
commit cdae593fc5

View File

@ -120,6 +120,7 @@ int guac_client_init(guac_client* client, int argc, char** argv) {
/* Send name and dimensions */ /* Send name and dimensions */
guac_protocol_send_name(socket, "SSH TEST"); guac_protocol_send_name(socket, "SSH TEST");
guac_protocol_send_size(socket, guac_protocol_send_size(socket,
GUAC_DEFAULT_LAYER,
term->char_width * term->term_width, term->char_width * term->term_width,
term->char_height * term->term_height); term->char_height * term->term_height);