diff options
author | Yonit Halperin <yhalperi@redhat.com> | 2010-06-09 11:40:25 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-06-09 11:40:25 +0200 |
commit | 263646a1f7e705766f7d46017679812d4b1406b8 (patch) | |
tree | bd8056f34c7413e5fb2f66959db085cd6efecdb4 /common/gl_canvas.h | |
parent | ea74fc64543ef486085a82aec0c67a3b265ba3ac (diff) |
JPEG support: introducing jpeg encoding for spice bitmaps
Diffstat (limited to 'common/gl_canvas.h')
-rw-r--r-- | common/gl_canvas.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gl_canvas.h b/common/gl_canvas.h index 6dd25e9..cd76f8d 100644 --- a/common/gl_canvas.h +++ b/common/gl_canvas.h @@ -30,6 +30,7 @@ SpiceCanvas *gl_canvas_create(int width, int height, uint32_t format #endif , SpiceImageSurfaces *surfaces , SpiceGlzDecoder *glz_decoder + , SpiceJpegDecoder *jpeg_decoder #ifndef SW_CANVAS_NO_CHUNKS , SpiceVirtMapping *virt_mapping #endif |