Re: [Spice-devel] [3/6] [PATCH spice] Add horizontal mouse wheel support

2017-10-30 Thread Matthew J. Francis
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

Re: [Spice-devel] [PATCH vdagent 2/2] vdagent-x11: replace WM_NAME related code with GDK

2017-10-30 Thread Jakub Janků
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

Re: [Spice-devel] [3/6] [PATCH spice] Add horizontal mouse wheel support

2017-10-30 Thread Frediano Ziglio
> > 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

Re: [Spice-devel] [PATCH spice-server] Make stream-channel.h self-contained

2017-10-30 Thread Frediano Ziglio
> > 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

Re: [Spice-devel] [PATCH vdagent 2/2] vdagent-x11: replace WM_NAME related code with GDK

2017-10-30 Thread Frediano Ziglio
> > 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