proto: Rename image_compress to image_compression

Re-using the SPICE_IMAGE_COMPRESS_ prefix in newer spice-protocol
releases is going to cause issues as there will be clashing enum members
in older spice-server releases. Using SPICE_IMAGE_COMPRESSION_ as a
prefix sidesteps these backward compability issues.

(cherry picked from spice-protocol commit e857cd9a378cdf56805b64284491a12af93a7cbf)

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Christophe Fergeau 2015-07-23 16:36:21 +02:00 committed by Marc-André Lureau
parent 487f914a5d
commit 2ccf106920

View File

@ -361,7 +361,7 @@ enum8 image_type {
LZ4,
};
enum8 image_compress {
enum8 image_compression {
INVALID = 0,
OFF,
AUTO_GLZ,