[Spice-devel] [PATCH spice-gtk] main: add missing vdagent caps name

Marc-André Lureau marcandre.lureau at gmail.com
Thu Oct 10 19:36:27 CEST 2013


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

diff --git a/gtk/channel-main.c b/gtk/channel-main.c
index 699cff3..5c33e67 100644
--- a/gtk/channel-main.c
+++ b/gtk/channel-main.c
@@ -191,6 +191,9 @@ static const char *agent_caps[] = {
     [ VD_AGENT_CAP_DISPLAY_CONFIG      ] = "display config",
     [ VD_AGENT_CAP_CLIPBOARD_BY_DEMAND ] = "clipboard",
     [ VD_AGENT_CAP_CLIPBOARD_SELECTION ] = "clipboard selection",
+    [ VD_AGENT_CAP_SPARSE_MONITORS_CONFIG ] = "sparse monitors",
+    [ VD_AGENT_CAP_GUEST_LINEEND_LF    ] = "line-end lf",
+    [ VD_AGENT_CAP_GUEST_LINEEND_CRLF  ] = "line-end crlf",
 };
 #define NAME(_a, _i) ((_i) < SPICE_N_ELEMENTS(_a) ? (_a[(_i)] ?: "?") : "?")
 
-- 
1.8.3.1



More information about the Spice-devel mailing list