X-Git-Url: http://git.alex.org.uk diff --git a/src/rdp_gdi.c b/src/rdp_gdi.c index e2202e7..7153f4b 100644 --- a/src/rdp_gdi.c +++ b/src/rdp_gdi.c @@ -264,3 +264,8 @@ void guac_rdp_gdi_set_bounds(rdpContext* context, rdpBounds* bounds) { } +void guac_rdp_gdi_end_paint(rdpContext* context) { + guac_client* client = ((rdp_freerdp_context*) context)->client; + guac_socket_flush(client->socket); +} +