GUAC-656: Flush default surface after handling updates.

This commit is contained in:
Michael Jumper 2014-04-30 13:54:39 -07:00
parent 5f0250fb1f
commit b6e323a7a2

View File

@ -264,6 +264,7 @@ int rdp_guac_client_handle_messages(guac_client* client) {
return 1; return 1;
/* Success */ /* Success */
guac_common_surface_flush(guac_client_data->default_surface);
return 0; return 0;
} }