mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-07 11:32:59 +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
78cab12336
commit
7fbb50cd8e
@ -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