Do NOT flush the socket after EVERY GLYPH!

This commit is contained in:
Michael Jumper 2012-04-03 11:19:37 -07:00
parent 583273994e
commit 4710994bc3

View File

@ -99,7 +99,6 @@ void guac_rdp_glyph_new(rdpContext* context, rdpGlyph* glyph) {
surface = cairo_image_surface_create_for_data(image_buffer, CAIRO_FORMAT_ARGB32, width, height, stride);
guac_protocol_send_png(socket, GUAC_COMP_SRC, layer, 0, 0, surface);
guac_socket_flush(socket);
/* Free surface */
cairo_surface_destroy(surface);