From 1a6ee4a4380edbef191cc202ced2886dc1f93223 Mon Sep 17 00:00:00 2001 From: Virtually Nick Date: Tue, 5 Jul 2022 13:17:17 -0400 Subject: [PATCH] [WIP]: [CLIPBOARD] Try to fixup paste support. --- src/protocols/spice/channels/clipboard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/protocols/spice/channels/clipboard.c b/src/protocols/spice/channels/clipboard.c index 1ac8e6e5..1cd63186 100644 --- a/src/protocols/spice/channels/clipboard.c +++ b/src/protocols/spice/channels/clipboard.c @@ -80,8 +80,8 @@ int guac_spice_clipboard_end_handler(guac_user* user, guac_stream* stream) { spice_client->clipboard->length); /* Release the grab on the agent clipboard. */ - spice_main_channel_clipboard_selection_release(spice_client->main_channel, - VD_AGENT_CLIPBOARD_SELECTION_CLIPBOARD); + // spice_main_channel_clipboard_selection_release(spice_client->main_channel, + // VD_AGENT_CLIPBOARD_SELECTION_CLIPBOARD); } return 0;