[Spice-devel] [PATCH spice-gtk 03/25] Add missing agent cap description

Marc-André Lureau marcandre.lureau at gmail.com
Thu Jul 12 15:29:00 PDT 2012


---
 gtk/channel-main.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gtk/channel-main.c b/gtk/channel-main.c
index 70861e6..1d83bfa 100644
--- a/gtk/channel-main.c
+++ b/gtk/channel-main.c
@@ -149,6 +149,7 @@ static const char *agent_caps[] = {
     [ VD_AGENT_CAP_CLIPBOARD           ] = "clipboard (old)",
     [ VD_AGENT_CAP_DISPLAY_CONFIG      ] = "display config",
     [ VD_AGENT_CAP_CLIPBOARD_BY_DEMAND ] = "clipboard",
+    [ VD_AGENT_CAP_CLIPBOARD_SELECTION ] = "clipboard selection",
 };
 #define NAME(_a, _i) ((_i) < SPICE_N_ELEMENTS(_a) ? (_a[(_i)] ?: "?") : "?")
 
-- 
1.7.10.4



More information about the Spice-devel mailing list