[Spice-commits] gtk/channel-main.c
Marc-André Lureau
elmarco at kemper.freedesktop.org
Wed Oct 16 11:48:19 PDT 2013
gtk/channel-main.c | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit abce77f34e8561187997fa038d3bf57c085ca09b
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date: Thu Oct 10 19:36:13 2013 +0200
main: add missing vdagent caps name
This is useful in debug messages atm.
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)] ?: "?") : "?")
More information about the Spice-commits
mailing list