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.
This commit is contained in:
Christophe Fergeau 2015-07-23 16:36:21 +02:00
parent 1830e216c4
commit e857cd9a37

View File

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