summaryrefslogtreecommitdiffstats
path: root/spice/enums.h
diff options
context:
space:
mode:
authorJavier Celaya <javier.celaya@flexvm.es>2014-11-05 16:56:29 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2014-12-02 19:08:59 +0100
commit7566c5b3ad47b0b487e15b58d72e151882d05541 (patch)
tree540804ecd4d3448612cab44a5e4cbd347bf6892b /spice/enums.h
parent1f6f9097c306704b2be3a34fdbb9ec93e6c3f229 (diff)
downloadspice-protocol-7566c5b3ad47b0b487e15b58d72e151882d05541.tar.gz
spice-protocol-7566c5b3ad47b0b487e15b58d72e151882d05541.tar.xz
spice-protocol-7566c5b3ad47b0b487e15b58d72e151882d05541.zip
Add LZ4 compression display capability.
Diffstat (limited to 'spice/enums.h')
-rw-r--r--spice/enums.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/spice/enums.h b/spice/enums.h
index 8de018f..18e2f74 100644
--- a/spice/enums.h
+++ b/spice/enums.h
@@ -176,6 +176,7 @@ typedef enum SpiceImageType {
SPICE_IMAGE_TYPE_FROM_CACHE_LOSSLESS,
SPICE_IMAGE_TYPE_ZLIB_GLZ_RGB,
SPICE_IMAGE_TYPE_JPEG_ALPHA,
+ SPICE_IMAGE_TYPE_LZ4,
SPICE_IMAGE_TYPE_ENUM_END
} SpiceImageType;