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

2017-07-18 Thread Christophe Fergeau
On Tue, Jul 18, 2017 at 02:22:50PM +0200, Christophe Fergeau wrote: > On Mon, Jul 17, 2017 at 09:54:02AM +0100, Frediano Ziglio wrote: > > This will make easier to change code that handle images. > > > > Signed-off-by: Frediano Ziglio > > --- > > Makefile.am | 2 ++ > > vdagent/image.cp

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

2017-07-18 Thread Christophe Fergeau
On Mon, Jul 17, 2017 at 09:54:02AM +0100, Frediano Ziglio wrote: > This will make easier to change code that handle images. > > Signed-off-by: Frediano Ziglio > --- > Makefile.am | 2 ++ > vdagent/image.cpp | 88 > + > vdagent/image

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

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