Re: [Spice-devel] [vdagent-win PATCH 3/7] Move image handling to a separate file

2017-07-14 Thread Frediano Ziglio
> > On Thu, 2017-07-06 at 14:32 +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 | 86 > > + > >

Re: [Spice-devel] [vdagent-win PATCH 3/7] Move image handling to a separate file

2017-07-10 Thread Pavel Grunt
On Thu, 2017-07-06 at 14:32 +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 | 86 > + > vdagent/image.h |

[Spice-devel] [vdagent-win PATCH 3/7] Move image handling to a separate file

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