mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-31 19:45:43 +00:00
proto: Use proper type for preferred_compression field
No need to use an uint8 typed member, we can directly use the appropriate enum8 type here, which makes everything more explicit. (cherry picked from spice-protocol commit 8a3def14e35039753097094ba356e85e8fc2d128) Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
7fbb50cd8e
commit
6ddcd5468a
@ -935,7 +935,7 @@ channel DisplayChannel : BaseChannel {
|
||||
} stream_report;
|
||||
|
||||
message {
|
||||
uint8 image_compression;
|
||||
image_compression image_compression;
|
||||
} preferred_compression;
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user