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

2017-07-24 Thread Christophe Fergeau
On Fri, Jul 21, 2017 at 02:51:36PM +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 ++ > vdagent/image.cpp | 88 > ++

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

2017-07-21 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 | 48 + vdagent/v