[Spice-devel] [vdagent-win] vdagent: advertise CRLF line-ending

Hans de Goede hdegoede at redhat.com
Sun Jun 9 06:23:39 PDT 2013


ACK :)

Note I plan to write the client side of this, so the actual conversion code
next week.

On 06/09/2013 03:31 PM, Arnon Gilboa wrote:
> rhbz#872252
> ---
>   vdagent/vdagent.cpp |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/vdagent/vdagent.cpp b/vdagent/vdagent.cpp
> index a061973..307b7da 100644
> --- a/vdagent/vdagent.cpp
> +++ b/vdagent/vdagent.cpp
> @@ -796,6 +796,7 @@ bool VDAgent::send_announce_capabilities(bool request)
>       VD_AGENT_SET_CAPABILITY(caps->caps, VD_AGENT_CAP_DISPLAY_CONFIG);
>       VD_AGENT_SET_CAPABILITY(caps->caps, VD_AGENT_CAP_CLIPBOARD_BY_DEMAND);
>       VD_AGENT_SET_CAPABILITY(caps->caps, VD_AGENT_CAP_SPARSE_MONITORS_CONFIG);
> +    VD_AGENT_SET_CAPABILITY(caps->caps, VD_AGENT_CAP_GUEST_LINEEND_CRLF);
>       vd_printf("Sending capabilities:");
>       for (uint32_t i = 0 ; i < caps_size; ++i) {
>           vd_printf("%X", caps->caps[i]);
>


More information about the Spice-devel mailing list