mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-09 22:25:28 +00:00
spice.proto: Don't use @fixedsize for Brush
There is no reason to send the maximum size on the network, that is just a waste of space most of the time.
This commit is contained in:
parent
5b7fb4db45
commit
ee597577e1
@ -529,7 +529,7 @@ struct Brush {
|
||||
uint32 color;
|
||||
case PATTERN:
|
||||
Pattern pattern;
|
||||
} u @fixedsize;
|
||||
} u;
|
||||
};
|
||||
|
||||
struct QMask {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user