Re: [Spice-devel] [vdagent-win PATCH v8 1/5] Move image handling to a separate file

2017-07-21 Thread Frediano Ziglio
> > On Fri, Jul 21, 2017 at 08:25:30AM -0400, Frediano Ziglio wrote: > > > > > > On Wed, Jul 19, 2017 at 09:42:39AM +0100, Frediano Ziglio wrote: > > > > This will make easier to change code that handle images. > > > > > > > > Signed-off-by: Frediano Ziglio > > > >

Re: [Spice-devel] [vdagent-win PATCH v8 1/5] Move image handling to a separate file

2017-07-21 Thread Christophe Fergeau
On Fri, Jul 21, 2017 at 08:25:30AM -0400, Frediano Ziglio wrote: > > > > On Wed, Jul 19, 2017 at 09:42:39AM +0100, Frediano Ziglio wrote: > > > This will make easier to change code that handle images. > > > > > > Signed-off-by: Frediano Ziglio > > > Acked-by: Christophe

Re: [Spice-devel] [vdagent-win PATCH v8 1/5] Move image handling to a separate file

2017-07-21 Thread Frediano Ziglio
> > On Wed, Jul 19, 2017 at 09:42:39AM +0100, Frediano Ziglio wrote: > > This will make easier to change code that handle images. > > > > Signed-off-by: Frediano Ziglio > > Acked-by: Christophe Fergeau > > --- > > Makefile.am | 2 ++ > >

[Spice-devel] [vdagent-win PATCH v8 1/5] Move image handling to a separate file

2017-07-19 Thread Frediano Ziglio
This will make easier to change code that handle images. Signed-off-by: Frediano Ziglio Acked-by: Christophe Fergeau --- Makefile.am | 2 ++ vdagent/image.cpp | 88 + vdagent/image.h |