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