summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2013-10-10 19:36:13 +0200
committerMarc-André Lureau <marcandre.lureau@redhat.com>2013-10-16 20:47:49 +0200
commitabce77f34e8561187997fa038d3bf57c085ca09b (patch)
treefdeb6cf3508a1a1cb27158e9062fa8306500f811
parent2cfcb59d87b914df4ad0dc9c53505d0229e90517 (diff)
downloadspice-gtk-abce77f34e8561187997fa038d3bf57c085ca09b.tar.gz
spice-gtk-abce77f34e8561187997fa038d3bf57c085ca09b.tar.xz
spice-gtk-abce77f34e8561187997fa038d3bf57c085ca09b.zip
main: add missing vdagent caps name
This is useful in debug messages atm.
-rw-r--r--gtk/channel-main.c3
1 files changed, 3 insertions, 0 deletions
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)] ?: "?") : "?")