Re: [Spice-devel] [PATCH spice-streaming-agent] Remove X11 dependency from send_cursor

2017-11-22 Thread Frediano Ziglio
> > I know that this was acked by Christophe, but I wanted to comment, > because that makes me unhappy. > > > Frediano Ziglio writes: > > > Allows a better encapsulation in the future > > > > Signed-off-by: Frediano Ziglio > > --- > > src/spice-streaming-agent.cpp | 28 +--

Re: [Spice-devel] [PATCH spice-streaming-agent] Remove X11 dependency from send_cursor

2017-11-22 Thread Frediano Ziglio
> > Frediano Ziglio writes: > > >> > >> On Mon, Nov 20, 2017 at 03:18:14PM +, Frediano Ziglio wrote: > >> > Allows a better encapsulation in the future > >> > > >> > Signed-off-by: Frediano Ziglio > >> > --- > >> > src/spice-streaming-agent.cpp | 28 +--- > >> > 1 f

Re: [Spice-devel] [PATCH spice-streaming-agent] Remove X11 dependency from send_cursor

2017-11-22 Thread Christophe de Dinechin
Frediano Ziglio writes: >> >> On Mon, Nov 20, 2017 at 03:18:14PM +, Frediano Ziglio wrote: >> > Allows a better encapsulation in the future >> > >> > Signed-off-by: Frediano Ziglio >> > --- >> > src/spice-streaming-agent.cpp | 28 +--- >> > 1 file changed, 17 inserti

Re: [Spice-devel] [PATCH spice-streaming-agent] Remove X11 dependency from send_cursor

2017-11-22 Thread Christophe de Dinechin
I know that this was acked by Christophe, but I wanted to comment, because that makes me unhappy. Frediano Ziglio writes: > Allows a better encapsulation in the future > > Signed-off-by: Frediano Ziglio > --- > src/spice-streaming-agent.cpp | 28 +--- > 1 file changed,

Re: [Spice-devel] [PATCH spice-streaming-agent] Remove X11 dependency from send_cursor

2017-11-21 Thread Christophe Fergeau
Acked-by: Christophe Fergeau On Mon, Nov 20, 2017 at 03:18:14PM +, Frediano Ziglio wrote: > Allows a better encapsulation in the future > > Signed-off-by: Frediano Ziglio > --- > src/spice-streaming-agent.cpp | 28 +--- > 1 file changed, 17 insertions(+), 11 deleti

Re: [Spice-devel] [PATCH spice-streaming-agent] Remove X11 dependency from send_cursor

2017-11-21 Thread Frediano Ziglio
> > On Tue, Nov 21, 2017 at 03:35:55AM -0500, Frediano Ziglio wrote: > > > > > > On Tue, Nov 21, 2017 at 03:25:35AM -0500, Frediano Ziglio wrote: > > > > > > > > > > On Mon, Nov 20, 2017 at 03:18:14PM +, Frediano Ziglio wrote: > > > > > > Allows a better encapsulation in the future > > > > >

Re: [Spice-devel] [PATCH spice-streaming-agent] Remove X11 dependency from send_cursor

2017-11-21 Thread Christophe Fergeau
On Tue, Nov 21, 2017 at 03:35:55AM -0500, Frediano Ziglio wrote: > > > > On Tue, Nov 21, 2017 at 03:25:35AM -0500, Frediano Ziglio wrote: > > > > > > > > On Mon, Nov 20, 2017 at 03:18:14PM +, Frediano Ziglio wrote: > > > > > Allows a better encapsulation in the future > > > > > > > > > > Sig

Re: [Spice-devel] [PATCH spice-streaming-agent] Remove X11 dependency from send_cursor

2017-11-21 Thread Frediano Ziglio
> > On Tue, Nov 21, 2017 at 03:25:35AM -0500, Frediano Ziglio wrote: > > > > > > On Mon, Nov 20, 2017 at 03:18:14PM +, Frediano Ziglio wrote: > > > > Allows a better encapsulation in the future > > > > > > > > Signed-off-by: Frediano Ziglio > > > > --- > > > > src/spice-streaming-agent.cpp

Re: [Spice-devel] [PATCH spice-streaming-agent] Remove X11 dependency from send_cursor

2017-11-21 Thread Christophe Fergeau
On Tue, Nov 21, 2017 at 03:25:35AM -0500, Frediano Ziglio wrote: > > > > On Mon, Nov 20, 2017 at 03:18:14PM +, Frediano Ziglio wrote: > > > Allows a better encapsulation in the future > > > > > > Signed-off-by: Frediano Ziglio > > > --- > > > src/spice-streaming-agent.cpp | 28 +

Re: [Spice-devel] [PATCH spice-streaming-agent] Remove X11 dependency from send_cursor

2017-11-21 Thread Frediano Ziglio
> > On Mon, Nov 20, 2017 at 03:18:14PM +, Frediano Ziglio wrote: > > Allows a better encapsulation in the future > > > > Signed-off-by: Frediano Ziglio > > --- > > src/spice-streaming-agent.cpp | 28 +--- > > 1 file changed, 17 insertions(+), 11 deletions(-) > > > >

Re: [Spice-devel] [PATCH spice-streaming-agent] Remove X11 dependency from send_cursor

2017-11-21 Thread Christophe Fergeau
On Mon, Nov 20, 2017 at 03:18:14PM +, Frediano Ziglio wrote: > Allows a better encapsulation in the future > > Signed-off-by: Frediano Ziglio > --- > src/spice-streaming-agent.cpp | 28 +--- > 1 file changed, 17 insertions(+), 11 deletions(-) > > diff --git a/src/spi

[Spice-devel] [PATCH spice-streaming-agent] Remove X11 dependency from send_cursor

2017-11-20 Thread Frediano Ziglio
Allows a better encapsulation in the future Signed-off-by: Frediano Ziglio --- src/spice-streaming-agent.cpp | 28 +--- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/src/spice-streaming-agent.cpp b/src/spice-streaming-agent.cpp index 23b9768..53ffbf0 100