mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-26 22:55:35 +00:00
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:
parent
487f914a5d
commit
2ccf106920
@ -361,7 +361,7 @@ enum8 image_type {
|
||||
LZ4,
|
||||
};
|
||||
|
||||
enum8 image_compress {
|
||||
enum8 image_compression {
|
||||
INVALID = 0,
|
||||
OFF,
|
||||
AUTO_GLZ,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user