From 4f397d695dc4bfef0334d617d2f7aa7866d07cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 21 Mar 2019 16:57:46 +0100 Subject: [PATCH] vdagent: introduce VD_AGENT_CAP_CLIPBOARD_NO_RELEASE_ON_REGRAB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This capability means the peer will not send a release event between two subsequent grabs. This helps with interaction issues with clipboard managers which can be worked around by time-based filters at this point. With this capability, there is no need for such filter. Signed-off-by: Marc-André Lureau Acked-by: Victor Toso --- spice/vd_agent.h | 1 + 1 file changed, 1 insertion(+) diff --git a/spice/vd_agent.h b/spice/vd_agent.h index 84c8647..dd947af 100644 --- a/spice/vd_agent.h +++ b/spice/vd_agent.h @@ -303,6 +303,7 @@ enum { VD_AGENT_CAP_FILE_XFER_DISABLED, VD_AGENT_CAP_FILE_XFER_DETAILED_ERRORS, VD_AGENT_CAP_GRAPHICS_DEVICE_INFO, + VD_AGENT_CAP_CLIPBOARD_NO_RELEASE_ON_REGRAB, VD_AGENT_END_CAP, };