qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vnc clipboard support


From: Gerd Hoffmann
Subject: Re: vnc clipboard support
Date: Fri, 29 Jan 2021 13:02:53 +0100

  Hi,

> - the spice protocol had a number of iterations to fix some races. It would
> be great not to repeat the same mistakes, and I don't know if VNC have the
> same flaws or not.

# grep CAP.*CLIPBOARD.*, /usr/include/spice-1/spice/vd_agent.h 
    VD_AGENT_CAP_CLIPBOARD,
    VD_AGENT_CAP_CLIPBOARD_BY_DEMAND,
    VD_AGENT_CAP_CLIPBOARD_SELECTION,
    VD_AGENT_CAP_MAX_CLIPBOARD,
    VD_AGENT_CAP_CLIPBOARD_NO_RELEASE_ON_REGRAB,
    VD_AGENT_CAP_CLIPBOARD_GRAB_SERIAL,

Oh yea, I see.  Is that (and the rest of the protocol) documented
somewhere, other than vd_agent.h?

thanks,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]