diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2010-11-23 02:47:08 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2010-11-24 02:34:56 +0100 |
commit | 14ff5e08535dbf6146268044a9a2338534cbfb5a (patch) | |
tree | c050be31664fcbee73ac515dc75444e9dd8b4c4f /gtk/channel-main.c | |
parent | 2d7c9218e19b4dfdedf6b2b49af759d6242d63ce (diff) |
gtk: uncomment some agent string-msg table entries
I don't know why it was commented.
Diffstat (limited to 'gtk/channel-main.c')
-rw-r--r-- | gtk/channel-main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/channel-main.c b/gtk/channel-main.c index 5be8137..24769dc 100644 --- a/gtk/channel-main.c +++ b/gtk/channel-main.c @@ -58,11 +58,9 @@ static const char *agent_msg_types[] = { [ VD_AGENT_CLIPBOARD ] = "clipboard", [ VD_AGENT_DISPLAY_CONFIG ] = "display config", [ VD_AGENT_ANNOUNCE_CAPABILITIES ] = "announce caps", -#if 0 [ VD_AGENT_CLIPBOARD_GRAB ] = "clipboard grab", [ VD_AGENT_CLIPBOARD_REQUEST ] = "clipboard request", [ VD_AGENT_CLIPBOARD_RELEASE ] = "clipboard release", -#endif }; static const char *agent_caps[] = { @@ -71,9 +69,7 @@ static const char *agent_caps[] = { [ VD_AGENT_CAP_REPLY ] = "reply", [ VD_AGENT_CAP_CLIPBOARD ] = "clipboard (old)", [ VD_AGENT_CAP_DISPLAY_CONFIG ] = "display config", -#if 0 [ VD_AGENT_CAP_CLIPBOARD_BY_DEMAND ] = "clipboard", -#endif }; #define NAME(_a, _i) ((_i) < SPICE_N_ELEMENTS(_a) ? (_a[(_i)] ?: "?") : "?") |