Re: [Spice-devel] [vdagent-win PATCH v13 4/6] Support encoding PNG images

2017-07-26 Thread Christophe Fergeau
Acked-by: Christophe Fergeau On Tue, Jul 25, 2017 at 06:33:34PM +0100, Frediano Ziglio wrote: > -uint8_t *PngCoder::from_bitmap(const BITMAPINFO& info, const void *bits, > long ) > +uint8_t *PngCoder::from_bitmap(const BITMAPINFO& bmp_info, const void *bits, > long )

[Spice-devel] [vdagent-win PATCH v13 4/6] Support encoding PNG images

2017-07-25 Thread Frediano Ziglio
Signed-off-by: Frediano Ziglio Acked-by: Christophe Fergeau --- vdagent/imagepng.cpp | 118 +-- 1 file changed, 115 insertions(+), 3 deletions(-) diff --git a/vdagent/imagepng.cpp b/vdagent/imagepng.cpp