On 30/10/2017 17:28, Frediano Ziglio wrote:
This patch changes ABI so would need a version bump and a Qemu patch.
Did you send a patch to Qemu too?
As mentioned in the patch overview, I haven't touched qemu yet - if I
can get agreement on what the API/ABI should look like from the SPICE
end, I
On Oct 30, 2017 10:19 AM, "Frediano Ziglio" wrote:
>
> remove from x11:
> - vdagent_x11_get_wm_name()
> - vdagent_x11_has_icons_on_desktop()
> - char *new_wm_name
>
> vdagent_x11_has_icons_on_desktop() handling has been
> moved from x11.c to vdagent.c and now uses GDK.
> ---
> src/vdagent/vdagen
>
> Signed-off-by: Matthew Francis
> ---
> README | 2 +-
> configure.ac| 2 +-
> server/inputs-channel.c | 15 +++
> server/spice-input.h| 8
> 4 files changed, 17 insertions(+), 10 deletions(-)
>
> diff --git a/README b/README
> index 4
>
> Include protocol header file defining StreamMsgFormat which is used in a
> function signature in this header.
>
> Signed-off-by: Jonathon Jongsma
> ---
> server/stream-channel.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/server/stream-channel.h b/server/stream-channel.h
> ind
>
> remove from x11:
> - vdagent_x11_get_wm_name()
> - vdagent_x11_has_icons_on_desktop()
> - char *new_wm_name
>
> vdagent_x11_has_icons_on_desktop() handling has been
> moved from x11.c to vdagent.c and now uses GDK.
> ---
> src/vdagent/vdagent.c | 46 +--
> src/vdagent/x1