mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-01-05 03:41:58 +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.
This commit is contained in:
parent
1830e216c4
commit
e857cd9a37
@ -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