Re: [Spice-devel] [vdagent-win 1/5] build-sys: Fix autogen.sh permissions

2012-10-03 Thread Arnon Gilboa
ACK series Acked-by: Arnon Gilboa agil...@redhat.com Christophe Fergeau wrote: It needs to be executable to be useful --- 0 files changed mode change 100644 = 100755 autogen.sh diff --git a/autogen.sh b/autogen.sh old mode 100644 new mode 100755

[Spice-devel] [PATCH spice-html5] support decompressing LZ_IMAGE_TYPE_XXXA images

2012-10-03 Thread Aric Stewart
Signed-off-by: Aric Stewart a...@codeweavers.com --- display.js |2 +- lz.js | 28 +++- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/display.js b/display.js index 15d43d3..d3429da 100644 --- a/display.js +++ b/display.js @@ -246,7 +246,7 @@

[Spice-devel] [PATCH spice-html5] support loading SPICE_IMAGE_TYPE_JPEG_ALPHA image types

2012-10-03 Thread Aric Stewart
the alpha layering is not well tested Signed-off-by: Aric Stewart a...@codeweavers.com --- display.js | 86 +++-- spicetype.js | 31 + 2 files changed, 108 insertions(+), 9 deletions(-) diff --git a/display.js